Install Nodemon
Learn how to install Nodemon to avoid restarting our server every time we make a change.
We'll cover the following
Notice that we’re manually restarting the server every time we make a code change, which is too time-consuming.
Nodemon
Enter Nodemon, a development tool that monitors Node.js applications and automatically restarts the server whenever it detects file changes.
- Install the nodemon package globally:
Get hands-on with 1200+ tech skills courses.