I've installed nodemon like this:
npm install nodemon -g
And I run it like this nodemon myapp
assuming myapp is the folder where the app is. However, after I make changes to let's say style.css I do not have this automatic page reload. What can be the way to solve that?
https://i.stack.imgur.com/r3NOc.jpg