From 2f9aa741ee20c398a3bd9066048cf2d8e1026f1e Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 7 Sep 2020 16:12:28 -0600 Subject: [PATCH] fix default port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daad596d..f52d15dc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ registry=https://registry.npmjs.com/ ``` yarn dev -open http://localhost:1234 +open http://localhost:8080 ``` This app is created with Svelte + svelte-spa-router.