How to add auto-reload to your Node JS app?
This is one of the first things I searched for, when I started learning Node JS with Express, since it was becoming too hard of a job to keep stopping and re-running the server, again and again. This is why, I use an npm package called nodemon
Settin...
livecode247.com3 min read