## Development
npm install && npm start
Go to http://localhost:3000/
npm run build
Start production:
npm run start-prod
Run through a reverse proxy. See: How To Set Up a Node.js Application for Production on Ubuntu 14.0
## Development
npm install && npm start
Go to http://localhost:3000/
npm run build
Start production:
npm run start-prod
Run through a reverse proxy. See: How To Set Up a Node.js Application for Production on Ubuntu 14.0