Nodemon Killer, Built-in NodeJS Feature
Previously we need to restart the node server when any changes are made in any of the file to see that change in the app As a solution to this nodemon was introduced: So that nodemon will automatically restart the server when we make changes in any o...
Feb 4, 20231 min read41
