0
Q:

yarn create react app

npx create-react-app my-app
cd my-app
npm start
-3
// Go into the folder where you wish to create your app
yarn create react-app appname
7
npx create-react-app my-app --use-npm
1
npx create-react-app app-name
cd app-name
npm start
5
npx create-react-app project-name
8
npx create-react-app my-app
cd my-app
yarn start
3
yarn create react-app my-appCopied
2
yarn create react-app my-app
0
to override yarn
npx create-react-app my-app --use-npm
0

New to Communities?

Join the community