Skip to content

CodeOfDavid/mortgage-calculator-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Mortgage Calculator

A toy built to try out React. Built with:

  • React 0.13
  • ES6, using 6to5
  • JSPM

See it running here.

Getting it running

  1. Install JSPM
$ npm install jspm
  1. Install packages via JSPM
$ jspm install
  1. Run it
python -m SimpleHTTPServer &; sleep 1; open http://127.0.0.1:8000; fg

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • HTML 17.4%