In Node.js, whenever you make any changes in your application source code, you would have to manually restart the application process for those changes to take effect. You can eliminate this extra step by using Nodemon to restart the process automatically.
Chapters:
00:00 Intro
00:19 What's Nodemon?
01:08 Install Nodemon Globally
01:19 Install Nodemon as Development Dependency
01:48 Use Nodemon with NodeJS Apps
02:13 Pass Arguments using Nodemon
02:22 Pass Arguments to NodeJS using Nodemon
02:50 Restart Nodemon Manually
03:00 Nodemon Configuration Options
Github Repo: https://github.com/rapidevelop/ex_nod...
Link to the Article: https://rapidevelop.org/javascript/us...
#Nodemon #NodeJS