Install node js on your computer if you haven’t done so. Here is the link.
Create your project by using this command:
npx create-react-app your-app-name For example: npx create-react-app pizza
Go into your app using this command:
cd your-app-name
Start your application using this command:
npm start
Congratulations! You have just set up your react project.