Skip to content

Commit bbcbde8

Browse files
authored
Merge pull request #553 from annjose/patch-1
Fixed the default port in which the local dev server starts
2 parents 77a75c2 + f36ba4c commit bbcbde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ All commands are run from the root of the project, from a terminal:
143143
| Command | Action |
144144
| :------------------ | :------------------------------------------------- |
145145
| `npm install` | Installs dependencies |
146-
| `npm run dev` | Starts local dev server at `localhost:3000` |
146+
| `npm run dev` | Starts local dev server at `localhost:4321` |
147147
| `npm run build` | Build your production site to `./dist/` |
148148
| `npm run preview` | Preview your build locally, before deploying |
149149
| `npm run check` | Check your project for errors |

0 commit comments

Comments
 (0)