https://github.com/insin/lifequote
React port of a life insurance quick quoting application
https://github.com/insin/lifequote
example react react-app
Last synced: 4 months ago
JSON representation
React port of a life insurance quick quoting application
- Host: GitHub
- URL: https://github.com/insin/lifequote
- Owner: insin
- Created: 2014-01-21T01:09:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T14:00:44.000Z (about 10 years ago)
- Last Synced: 2025-06-05T06:46:27.112Z (8 months ago)
- Topics: example, react, react-app
- Language: JavaScript
- Homepage: http://insin.github.io/lifequote
- Size: 502 KB
- Stars: 40
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://facebook.github.io/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
```