EN
npm install yarn - global
6 points
Quick solution:
xxxxxxxxxx
1
npm install -g yarn
Create new react app with yarn:
xxxxxxxxxx
1
yarn create react-app my-new-app
Start react app:
xxxxxxxxxx
1
cd my-new-app
2
yarn start
Quick solution:
xxxxxxxxxx
npm install -g yarn
Create new react app with yarn:
xxxxxxxxxx
yarn create react-app my-new-app
Start react app:
xxxxxxxxxx
cd my-new-app
yarn start