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