how to install nodedemon code example
Example 1: installing nodemon in windows
npm install -g nodemon
Example 2: nodemon a npm run command
nodemon --exec npm run dev:test
npm install -g nodemon
nodemon --exec npm run dev:test