Frontend Webapp for managing Waterloop team members
Checkout the Backend Repo here
For this project we are using yarn.
If you have yarn, just run: yarn
If you don't you can run npm install -g yarn
to get it. Sudo might be required on mac/linux
Go to the repo here for instructions
You can either:
- Run the project on port 9000
yarn start
- Run the project on port 80
yarn start:80
This is so that you can test Google Authentication which needs to redirect to a non-localhost address. So when you add localhost.com to your host file, you can run the webpack dev server on port 80 and access it as localhost.com.