/umc-frontend

The former repo for UMC frontend code - now deprecated

Primary LanguageJavaScriptMIT LicenseMIT

umc-frontend

A port of an existing insurance application to a single-page JavaScript app. Built to encompass the benefits package creation and claim voting.

Developing

Clone and install dependencies:

git clone https://github.com/umc/umc-frontend.git
cd umc-frontend
npm install

Start a dev server which uses Webpack to bundle JavaScript and CSS and hot reload any changes made:

npm start

Create a static build which will be used by the dev server when present:

npm start