Skip to content

Commit cc2fc0a

Browse files
committed
[Port] Move from 3000 to 5000
1 parent 8d6fbfd commit cc2fc0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Svelte server-side-rendering built with SEO in mind. Start your project with thi
3939
1. Clone this repository or download [nightly](https://github.com/ptkdev-boilerplate/svelte-kit-ssr-boilerplate/archive/nightly.zip), [beta](https://github.com/ptkdev-boilerplate/svelte-kit-ssr-boilerplate/archive/beta.zip) or [stable](https://github.com/ptkdev-boilerplate/svelte-kit-ssr-boilerplate/archive/main.zip).
4040
2. Run `npm install`
4141
3. Run `npm run dev`
42-
4. Run `http://localhost:3000`
42+
4. Run `http://localhost:5000`
4343

4444
## 📚 Documentation
4545

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"scripts": {
2828
"init": "npm install && husky install",
2929
"setup": "ts-node --skip-project scripts/setup.ts && ts-node --skip-project scripts/changelog.ts && npm run pre-commit",
30-
"start": "svelte-kit start",
31-
"dev": "svelte-kit dev",
30+
"start": "svelte-kit start -p 5000",
31+
"dev": "svelte-kit dev -p 5000",
3232
"build": "svelte-kit build",
3333
"release": "npm run build && ttsc --declaration --emitDeclarationOnly",
3434
"test": "jest app",

0 commit comments

Comments
 (0)