iamshaunjp/node-crash-course

Nodemon

DeepakTDK opened this issue · 3 comments

Nodemon is updating and auto refreshing only the server and those changes are not changed in the browser. so that we have to restart the server everytime. i don't know how your browser is updating the changes automatically.

I know of an extension in VS Code that helps with that, maybe he is using that

Just type "nodemon app.js".

@JamesMalarkey Yeah i found the solution for that. i think i used "npm run app.js".