What is "nodemon"

The 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.

More Information

Official website
Official Github Repository