https://greenfield-hippos-frontend.onrender.com/
To help software engineering students improve their skills and knowledge
- Laurence (CC36)
- Vicente (CC36)
- Jason (CC36)
- React
- TypeScript
-
Clone the repo locally using your preferred method (HTTPS, SSH, etc.)
-
On your local machine, open command line, go to the root directly of the repo, and run
npm install
to install all dependencies -
Create a
.env
file with a line that saysVITE_API_URL="http://localhost:8080/"
. This is to make your local frontend able to communicate with your local backend -
Finally, run
npm start
to start the React app and click thehttp://localhost:5173/
link that appears in your terminal to view it in your browser