Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

123
Views
How should I call the script that starts my project in my package.json?

If I have a Node.js project and want to create a script that does: nodemon server.js, is there any convention for calling this script? I usually call it dev but just wanted to know if there's any specific convention.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

You looking for start?

"scripts": {
            "start": "nodemon server.js",
            "dev": "nodemon server.js"
        },
about 4 years ago · Juan Pablo Isaza Report

0

"scripts" : {"start:dev": "nodemon server.js"}

I think you are using the same. and it is the best practice.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!