/care-to-compare-frontend

Care to Compare React front-end. RHoK Melbourne Winter 2017 project

Primary LanguageJavaScript

CareToCompare? Front End

CareToCompare is a not-for-profit health insurance platform. Project started at RHoK Melbourne Winter 2017.

Care to Compare Search API

Technologies used

  • React - bootstrapped using Create React App
  • Redux
  • Redux Saga
  • Webpack
  • CSS modules
  • Yarn
  • Prettier
  • lint-staged and husky

Installation

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