October 2019
Intermediate to advanced
426 pages
11h 49m
English
In order to start a project in development mode, we have to run the npm start command. Run the following command:
> npm start
Now, we can access our project by opening http://localhost:3000 in our browser:

As we can see, with create-react-app, it is quite easy to set up a new React project!
Read now
Unlock full access