-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
FRONTEND Setup issue:
When i have try to setup the frontend for development i found that the below issue 💯
Frontend Configuration To show this Issue
-
In the
frontend/directory, create a file named.env. -
Add the following environment variables to the
.envfile:
VITE_BASE_URL="http://localhost:1313"
VITE_GOOGLE_CLIENT_ID="<YOUR_GOOGLE_OAUTH_CLIENT_ID>"
- Replace
<YOUR_GOOGLE_OAUTH_CLIENT_ID>with your actual Google OAuth Client ID from Google Cloud Console.
Running the Frontend (React + Vite)
-
Open a new terminal and navigate to the frontend directory:
cd frontend -
Install dependencies:
npm install -
Create a
.envfile and add:VITE_BASE_URL="http://localhost:1313" -
Start the development server:
npm run dev
EXPECTATION
frontend should be render properly to the browser.
Metadata
Metadata
Assignees
Labels
No labels