nodemon
What is nodemon?
Nodemon is a tool that automatically restarts your Node.js application whenever changes are made to the files.
It saves you time and effort by eliminating the need to manually stop and start your server every time you make changes to your code.
How to install nodemon?