-
Navigate to the
frontend
directory:cd frontend
-
Install dependencies:
npm install
-
Create a .env file in the source directory of the frontend with the required Firebase environment variables:
REACT_APP_FIREBASE_API_KEY=your-api-key REACT_APP_FIREBASE_AUTH_DOMAIN=your-auth-domain REACT_APP_FIREBASE_PROJECT_ID=your-project-id REACT_APP_FIREBASE_STORAGE_BUCKET=your-storage-bucket REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id REACT_APP_FIREBASE_APP_ID=your-app-id
-
Start the development server:
npm start
Open your browser and visit http://localhost:3000 to view the app.