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:
parent
769cb49c30
commit
6cd6c2ef74
|
@ -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:
|
So far, we get:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue