EN
React - create new app with yarn
7
points
Quick solution:
yarn create react-app my-new-app
If we want to lunch our app:
cd my-new-app
yarn start