CareToCompare is a not-for-profit health insurance platform. Project started at RHoK Melbourne Winter 2017.
- React - bootstrapped using Create React App
- Redux
- Redux Saga
- Webpack
- CSS modules
- Yarn
- Prettier
- lint-staged and husky
Note: You will need to have the search API running on port 4000
You will also need to set up some local env vars
cp .env.example .env.local
Clone repo
yarn
yarn start