Creating a React app
We have to make a new folder because of npx. This little script is going to pollute that directory where you are currently in.
If you are going to use npm for the first time, do not forget to install the create-react-app package. We need this one.
Let’s create our React app.
Checking if anything working correct
Go to project directory, Project.
Execute next command:
You shall see something like this.