Run for development use:
npm run-script run-dev
Generate automatic documentation:
npm run-script document
Run for production use (utilize pm2 for clustering):
npm run-script run-prod
Gracefully shut down the production server:
npm run-script stop-prod
logs
- Logs from bunyan & morgan
public
- All client side CSS & JS
src
- All server side JS
views
- All of the EJS that generates the client side pages