Restart node upon changing a file

A good option is Node-supervisor:

npm install supervisor -g

and after migrating to the root of your application use the following

supervisor app.js

Leave a Comment