In the tutorials, node app.js
is always used to restart the app after changes.
I tried nodemon
instead and have noticed that it restarts every time I reload the page or open/close an admin modal.
Is there a directory I have to exclude from watching? Nodemon should only reload after file changes (project level).
Could you include Nodemon in the tutorials? An alternative to reloading with node app.js
all the time could be appreciated by new users.