* for a single file nodemon works well.
- in package.json, replace 'node ./src/server.js' --> with 'nodemon ./src/server.js' in the 'start' command.
* for more complex project.. yet to explore.