This is a ES6 node server starter kit with example mongoDB and CRUD API call implementations.
- Run
npm install
to install required node modules - Run
npm run dev
to run application in development mode on localhost:3090 - Run
npm run build
to build the es5 js files which are placed in thedist
folder - Run
npm start
to 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.