Stop restarting your node server manually
Normally after making changes to your node file, Node requires you to restart the server before changes are been updated, this is not what you want to do always.
Nodemon has made this easier, A JavaScript library that detects changes in your file and...
mukhtar.hashnode.dev1 min read