Starting from scratch
Create a React app by using the Create React App package.
We should install the package by running the following comands:
npx create-react-app my-react-project-1We should see something like:
Using an existing project
Alternatively, we can copy a React project to our development environment and run:
npm installThis way, we will have all the packages needed to start working on the project