Bamboo Insurance minimum viable product (MVP) client side application. In-line with the goal of quickly building and deploying a MVP, CodeSandbox was used to bootstrap the application with Netlify used to deploy a live application.
- Authentication using
netlify-identity-widgetout the box functionality - A simple set of pre-configured products to choose from
- The option to "purchase" 1 week's worth of insurance on one of the products available
The project uses React and Typescript, along with Material-UI for the visuals. Linting is provided by es-lint, and code is formatted according to the prettier style.
The project uses the netlify-cli package to manage deployment and development. Clone the repo locally and use npm to install dependencies.
$ npm install -g netlify-cli
$ netlify dev
Assuming you have logged into the netlify CLI with your account, run the following command to deploy:
$ netlify deploy
