This is a ES6 node server starter kit with example mongoDB and CRUD API call implementations.
- Run
npm installto install required node modules - Run
npm run devto run application in development mode on localhost:3090 - Run
npm run buildto build the es5 js files which are placed in thedistfolder - Run
npm startto run the application forever in a production environment. - Here is a link to the pm2 documentation for managing the pm2 process that is created from step 4.