Set up Nodemon for Node js & Express js
What is Nodemon?
Nodemon is a tool that helps develop node. js-based applications by automatically restarting the node application when file changes in the directory are detected.
Getting Start
First, you need to install the packages as development dependencies.