From cbfe8482a8fb4ca90c5f3caa1746458d58ffc643 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Wed, 13 Dec 2023 22:20:27 -0500 Subject: [PATCH] no log: fix dev server port --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index c03f7b391..135ccb4f6 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -59,7 +59,7 @@ In the project directory, you can run: ### `npm start` Runs the app in the development mode. -Open `http://localhost:3000` to view it in the browser. +Open `http://localhost:5173` to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.