Monitor node.js application and automatically restart the server for development
For install
npm install -g nodemon
Use
nodemon [your node app].js
Reference: https://github.com/remy/nodemon
For install
npm install -g nodemon
Use
nodemon [your node app].js
Reference: https://github.com/remy/nodemon