Start with your custom project

let's enter the code: npx create-react-app "enter your own project name" from the Terminal.

Then cd "enter your own project name" to the correct directory. let's enter the code "npm install" from the Terminal.

Start installing the required packages step by step, one by one.

Last updated