From 9c2a069976dbe982f7e9eb30ee7bb98ccdff94f3 Mon Sep 17 00:00:00 2001 From: TianMing2018 Date: Wed, 16 Jul 2025 18:54:15 +0800 Subject: [PATCH] #docs fix wrong port (#343) --- frontend-new/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-new/README.md b/frontend-new/README.md index ffde571..d0d3f53 100644 --- a/frontend-new/README.md +++ b/frontend-new/README.md @@ -9,7 +9,7 @@ In the project directory, you can run: ### `npm run start` Runs the app in the development mode.\ -Open [http://localhost:3003](http://localhost:3000) to view it in your browser. +Open [http://localhost:3003](http://localhost:3003) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console.