From cc50e91f42cb312a524f8f6e77883b2b6b0ae4cc Mon Sep 17 00:00:00 2001 From: Tarun-yadav355 Date: Sat, 19 Jul 2025 15:25:41 +0530 Subject: [PATCH] docs: update README to reflect actual CLI output after npm start --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e56eda93e40..089d6de2336 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,18 @@ Inside the newly created project, you can run some built-in commands: ### `npm start` or `yarn start` -Runs the app in development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +Runs the app in development mode. -The page will automatically reload if you make changes to the code.
-You will see the build errors and lint warnings in the console. +You can now view your app in the browser: + + Local: http://localhost:3000 + On Your Network: http://:3000 + +Note: The development build is not optimized. +To create a production build, use `npm run build`. + +The page will automatically reload if you make edits. +You will also see any lint errors or build failures in the console.

Build errors