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 think Nodemon has what you're looking for.
Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development.
Example invocation:
nodemon index.js