nodemon

nodemon is a tool that restarts your Node application when some file changes. It really helps in developing because you don’t need to re-run Node if you change code in your application.