October 2019
Intermediate to advanced
426 pages
11h 49m
English
In order to set up a new project, we run the following command, which creates a new directory named <app-name>:
> npx create-react-app <app-name>
We are now going to create a new project using create-react-app. Run the following command to create a new React project for the first example of the first chapter:
> npx create-react-app chapter1_1
Now that we have initialized our project, let's move on to starting the project.
Read now
Unlock full access