Insurance Model v3

The app is managed with Yarn & Create React App.

To run the app

  • Install dependencies with yarn install
  • Run locally with npm start
  • Build files for production npm run build
  • Upload /build folder to S3.
  • More information on setup, read Create React App docs and S3 deployment