Update CRA installation script using npx (#21201)

This commit is contained in:
Sevket Yalcin
2018-11-21 21:57:28 +09:00
committed by Paul Gamble
parent 184b5c2bf0
commit 82954a7778

View File

@ -10,8 +10,7 @@ You could just embed the React library in your webpage like so<sup>2</sup>:
Smart programmers want to take the more practical and productive way: [Create React App](https://github.com/facebookincubator/create-react-app)
```bash
npm install -g create-react-app
create-react-app my-app
npx create-react-app my-app
cd my-app
npm start