October 2019
Intermediate to advanced
426 pages
11h 49m
English
We are going to use create-react-app in order to create a new project. Let's initialize the project now:
> npx create-react-app chapter11_1
margin: 20px;
Now, our project has been initialized, and we can start defining the app structure.
Read now
Unlock full access