open source
Hey Folks !!

Using Nodemon? Ok, don't know what nodemon is?

Nodemon is a package ( module ) that helps in development using node. When you do 'node index.js' and make some changes in the file then the server doesn't get updated but if you use nodemon and give the command 'nodemon index.js' then if you made a change in the file then it gets restarted automatically. But if you did some changes in the HTML file or some other file then '.js' then it doesn't get restarted. I got one solution on that !!
- You need to create one file 'nodemon.json' with the following content and you can include all the extensions which you wish to get considered for a server restart.

I hope this will help you :)
Happy Development 👨‍💻


#development #opensource #community #backenddeveloper