diff --git a/SETUP.md b/SETUP.md index 76ed216be..b4442a44c 100644 --- a/SETUP.md +++ b/SETUP.md @@ -56,12 +56,12 @@ Open two terminals: Backend: ```bash -npm run server +npm run backend ``` Frontend: ```bash -npm run dev +npm run frontend ``` --- @@ -99,7 +99,7 @@ You do not need to set `MONGODB_URL` or run the backend. #### 4. Start the frontend ```bash -npm run dev +npm run frontend ``` Your app will connect directly to the deployed backend. diff --git a/frontend/.env.example b/client/.env.example similarity index 100% rename from frontend/.env.example rename to client/.env.example diff --git a/frontend/.vercelignore b/client/.vercelignore similarity index 100% rename from frontend/.vercelignore rename to client/.vercelignore diff --git a/frontend/eslint.config.js b/client/eslint.config.js similarity index 100% rename from frontend/eslint.config.js rename to client/eslint.config.js diff --git a/frontend/index.html b/client/index.html similarity index 84% rename from frontend/index.html rename to client/index.html index 784d71fac..c8fb44594 100644 --- a/frontend/index.html +++ b/client/index.html @@ -10,7 +10,7 @@
- +