1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

readme: show how to npm run dev on another port. (#1544)

This commit is contained in:
Izzy Vivian Dupree 2017-03-28 16:27:21 -04:00 committed by Tim Neutkens
parent 769cb49c30
commit 6cd6c2ef74

View file

@ -73,7 +73,7 @@ export default () => (
)
```
and then just run `npm run dev` and go to `http://localhost:3000`
and then just run `npm run dev` and go to `http://localhost:3000`. To use another port, you can run `npm run dev -- -p <your port here>`.
So far, we get: