Nodemon cheatsheet
MD
R
MarkdownQuick reference for using Nodemon to automatically restart Node.js applications during development when file changes are detected.
Debug Mode
nodemon --inspect ./bin/www
Normal Mode
nodemon ./bin/www
Created on 7/2/2018