This could be really rookie. I want to know if there is a way that I can configure nodemon to refresh the same tab instead of opening a new tab each time I make a change in my js files.
nodemon
is not able to do that. What you are looking for is something like browser-sync
or LiveReload.js
.
Its Simple.
To run your server use
npm start
instead of
nodemon server
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With