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