79102594

Date: 2024-10-18 14:56:34
Score: 0.5
Natty:
Report link

in package.json

"scripts": {
  "start": "nodemon app.js",
},

"devDependencies": {
  "nodemon": "^2.0.4"
}

and for production, I would run in terminal:

node app.js
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: yakob abada