Update home authored by s92379's avatar s92379
...@@ -204,7 +204,7 @@ This will launch the app at: ...@@ -204,7 +204,7 @@ This will launch the app at:
## 🧠 Notes & Conventions ## 🧠 Notes & Conventions
- Backend port: `8080` - Backend port: `8080`
- Frontend port: `3000` - Frontend port: `5173`
- API requests from the frontend should use `http://localhost:8080` - API requests from the frontend should use `http://localhost:8080`
...@@ -249,7 +249,7 @@ mvn spring-boot:run ...@@ -249,7 +249,7 @@ mvn spring-boot:run
# Run frontend # Run frontend
cd frontend cd frontend
npm install npm install
npm start npm run dev
``` ```
--- ---
... ...
......