Answers for "run nodemon.js file"

5

nodemon package.json start

{
  "name": "abc",
  "version": "0.0.1",
  "description": "my server",
  "scripts": {
    "start": "nodemon my_file.js"		// <=
Posted by: Guest on October-09-2020
1

how to install nodemon in project

npm install -g nodemon
Posted by: Guest on March-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language