how to set nodemon in package code example
Example 1: installing nodemon in windows
npm install --save-dev nodemon
Example 2: nodemon package.json start
{
"name": "abc",
"version": "0.0.1",
"description": "my server",
"scripts": {
"start": "nodemon my_file.js" // <=