Update home authored by s92379's avatar s92379
...@@ -193,11 +193,11 @@ npm install ...@@ -193,11 +193,11 @@ npm install
### 3. Start the React App ### 3. Start the React App
```bash ```bash
npm start npm run dev
``` ```
This will launch the app at: This will launch the app at:
👉 [http://localhost:3000](http://localhost:3000) 👉 [http://localhost:5173](http://localhost:5173)
--- ---
... ...
......