Add npx note to quick overview

This commit is contained in:
Dan Abramov
2018-01-14 11:52:10 +00:00
committed by GitHub
parent 585608e3d6
commit 77148107d9

View File

@@ -16,6 +16,8 @@ cd my-app
npm start
```
*([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))*
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.<br>
When youre ready to deploy to production, create a minified bundle with `npm run build`.