insin / lifequote

React port of a life insurance quick quoting application

Home Page:http://insin.github.io/lifequote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lifequote

A port of an existing Flash-based life insurance quick quoting application to a single-page JavaScript app, built with (and to learn) React.

Developing

Clone and install dependencies:

git clone https://github.com/insin/lifequote.git
cd lifequote
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

About

React port of a life insurance quick quoting application

http://insin.github.io/lifequote


Languages

Language:JavaScript 96.6%Language:HTML 2.5%Language:CSS 0.9%