Skip to content

Frontend

sid kumar edited this page May 2, 2023 · 2 revisions

Overview

All client code can be found in TeamUp/client

App.js includes the routes to different pages. Each page can be found in the TeamUp/client/pages folder.

Initial Set Up

Create a config.env file that contains 3 environment variables - TOKEN, GMAIL_PASS, GMAIL_USER. The values for these variables can be retrieved through the professor, as they are confidential to developers of the project.

Ensure you are in the directory client, run npm install to install node modules

Running for local testing

Inside client directory, run 'npm start' to create the local environment

Clone this wiki locally