You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ cd my-app
16
16
npm start
17
17
```
18
18
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
+
19
21
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.<br>
20
22
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
0 commit comments