Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cd6c2e

Browse files
idupreetimneutkens
authored andcommitted
readme: show how to npm run dev on another port. (vercel#1544)
1 parent 769cb49 commit 6cd6c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default () => (
7373
)
7474
```
7575

76-
and then just run `npm run dev` and go to `http://localhost:3000`
76+
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>`.
7777

7878
So far, we get:
7979

0 commit comments

Comments
 (0)