Skip to content

Commit 7714810

Browse files
authored
Add npx note to quick overview
1 parent 585608e commit 7714810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ cd my-app
1616
npm start
1717
```
1818

19+
*([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))*
20+
1921
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.<br>
2022
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
2123

0 commit comments

Comments
 (0)