-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend
sid kumar edited this page May 2, 2023
·
2 revisions
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.
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
Inside client directory, run 'npm start' to create the local environment
Date - 04/2023