From 240ce2f592078483b4827733edada256ac45eae3 Mon Sep 17 00:00:00 2001 From: Rithik Samanthula <talk2rithiks@gmail.com> Date: Wed, 5 May 2021 11:18:56 -0400 Subject: [PATCH] Update available-scripts.md --- docusaurus/docs/available-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/available-scripts.md b/docusaurus/docs/available-scripts.md index 808d3d920..222a87833 100644 --- a/docusaurus/docs/available-scripts.md +++ b/docusaurus/docs/available-scripts.md @@ -8,7 +8,7 @@ In the project directory, you can run: ## `npm start` -Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +Runs the app in the local development mode. Since Create React App is made for local ReactJS development, you need to open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console. -- GitLab