npm install npm run start |
npm run start - runs linter and nodemon to listen for file changes npm run dev - run nodemon and linter in development npm run prod - run for production npm run lint - runs linter |
To start the server in production mode using forever from the root project directory run:
forever start -c "npm run prod" ./ |