Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 374 Bytes

Courator

An app to rate and suggest university courses

This is the frontend to Courator built using React and antd.

Developer Setup

Setup the environment with yarn:

yarn  # Install dependencies
yarn start  # Test webpage locally
yarn build  # Deploy static page to build/ folder