let's enter the code: npx create-react-app "enter your own project name" from the Terminal.
npx create-react-app "enter your own project name"
Then cd "enter your own project name" to the correct directory. let's enter the code "npm install" from the Terminal.
cd "enter your own project name"
Start installing the required packages step by step, one by one.
Last updated 2 years ago