Q:

create react app

npx create-react-app my-app
cd my-app
npm start
-3
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
yarn add create-react-app OR npm install create-react-app
npx create-react-app my-app
cd my-app
npm start
1

New to Communities?

Join the community