Easy server restarts

One need to restart Express JS each time a source file change.

Install nodemon, to restart Express JS whenever a source file changes.

Install it using npm

Use it like this:

nodemon server.js