Sean
5
Q:

create a new project with create-react-app

npx create-react-app my-app
cd my-app
npm start
-3
npx create-react-app my-app    // npx on the first line is not a typo 
cd my-app
npm start
7
npx create-react-app hello-world
cd hello-world && npm start
2
//open terminal and run this code
create-react-app newreact
//it will install all the packages
1
npx create-react-app project-name
8

New to Communities?

Join the community