Answers for "nodemon install locally json file"

4

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
0

nodemon install locally json file

"scripts": {
    "start": "node ./bin/www",
    "devstart": "nodemon ./bin/www",
    "serverstart": "DEBUG=express-locallibrary-tutorial:* npm run devstart"
  },
Posted by: Guest on May-04-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language