Quantcast
Viewing all articles
Browse latest Browse all 7

What exactly is the 'react-scripts start' command?

I've been working with a React project, using create-react-app, and I have two options to start the project:

First way:

npm run start with the definition at the package.json like this:

"start": "react-scripts start",

Second way:

and npm start

What is the difference between these two commands? And what is the purpose of the react-scripts start?

I tried to found the definition, but I just found a package with the name, and I still don't know what is the meaning of this command.


Viewing all articles
Browse latest Browse all 7

Trending Articles