Categories
JavaScript Answers

How to execute the start script with Nodemon with JavaScript?

Spread the love

To execute the start script with Nodemon with JavaScript, we use the --exec option.

For instance, we run

nodemon --exec npm start

to run npm start with nodemon with the --exec option.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *