From 58f6c62b2e878300d1edb4cfb96b6c023f1c212a Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Fri, 25 Nov 2022 09:57:30 +0900 Subject: [PATCH] Vite uses 5173 for the default port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b516e9b6..027165cb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Visit here to enjoy: [https://mobu-waiwai.web.app/](https://mobu-waiwai.web.app/ ### `npm start` Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in your browser. +Open [http://localhost:5173/](http://localhost:5173/) to view it in your browser. The page will reload when you make changes.
You may also see any lint errors in the console.