Frontend Setup
Setting up the frontend locally
Last updated
Setting up the frontend locally
Last updated
Once you have cloned the and installed the dependencies in the root directory. You can take the following steps to configure the frontend of the application.
You will need a Firebase application to get values for the environment variables. Create a firebase application by following these instructions:
Go to .
Create an account or log in to your existing account.
Add a project.
Add a web app
Add Firebase SDK to the web app
The firebaseConfig
variable contains all the values required in the .env
file.
To add the Firebase configuration properties to the environment variables by:
Creating a .env
file
Copying the .env.example
file or using this template
To confirm that the frontend application is working, start the development server.
Yay! Your frontend application is working.🎉🎉
Next, you will setup the backend.