Skip to content

Commit

Permalink
Fixed the default port in which the local dev server starts - 4321 in…
Browse files Browse the repository at this point in the history
…stead of 3000
  • Loading branch information
annjose authored Nov 20, 2024
1 parent f79639c commit f36ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------ | :------------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run check` | Check your project for errors |
Expand Down

0 comments on commit f36ba4c

Please sign in to comment.