I tried express-livereload, but it just reloaded view files.
express-livereload
Should I use another tool, or this one can be configured to watch for my index.js
index.js
I use express.js, normally start server by
npm start
with Nodemon installed, I use
nodemon --exec npm start
Note: nodemon app.js will NOT work here,
nodemon app.js
because express.js use start script
start