https://github.com/hmarr/mortgage-calculator-react
A toy built to try out React
https://github.com/hmarr/mortgage-calculator-react
Last synced: about 1 year ago
JSON representation
A toy built to try out React
- Host: GitHub
- URL: https://github.com/hmarr/mortgage-calculator-react
- Owner: hmarr
- Created: 2015-02-14T12:11:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T12:14:20.000Z (over 11 years ago)
- Last Synced: 2025-03-31T23:39:06.677Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://hmarr.com/mortgage-calculator-react/
- Size: 211 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Mortgage Calculator
A toy built to try out React. Built with:
- React 0.13
- ES6, using 6to5
- JSPM
See it running [here](http://hmarr.com/mortgage-calculator-react/).
## Getting it running
1. Install JSPM
```
$ npm install jspm
```
2. Install packages via JSPM
```
$ jspm install
```
3. Run it
```
python -m SimpleHTTPServer &; sleep 1; open http://127.0.0.1:8000; fg
```