July 2018
Beginner
96 pages
2h 8m
English
Now that the development environment is installed, let's create our first React application. We can do this by typing the following command in a console window:
create-react-app hello-react
This command tells create-react-app to set up all of the prerequisites for a React-based application named hello-react. The creation process may take several minutes, since it has to download the npm packages needed for the project.
Read now
Unlock full access