How to install Nodemon to your node apps
What is nodemon?
Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development.
nodemon is a tool that helps develop node.js based applications by automatically restarting the no...
pastech.hashnode.dev2 min read