create new project - npx create-react-app (yourApp name) -- npx create-react-app test then to that folder - cd test start the project - npm start or yarn start