how to install nodemon in ubuntu code example
Example 1: nodemon
npm install -g nodemon
Example 2: nodemon global instal npm
npm install -g nodemon
Example 3: nodemon a npm run command
nodemon --exec npm run dev:test
npm install -g nodemon
npm install -g nodemon
nodemon --exec npm run dev:test