How to use Nodemon to automatically restart Node.js applications
Fast iteration is key to modern web development, but you must stop and restart Node.js applications every time you make a code change. The process can slow updates and debugging, but tools such as Nodemon can improve your workflow.
Why do Node.js app...
blog.craigbuckler.com9 min read