Automatically reloads the web server after js files change.
Installation
npm install nodemon
nodemon will be in the dev dependencies in package.json
Then edit package.json to have the dev
script:
Automatically reloads the web server after js files change.
npm install nodemon
nodemon will be in the dev dependencies in package.json
Then edit package.json to have the dev
script: