A toy built to try out React. Built with:
- React 0.13
- ES6, using 6to5
- JSPM
See it running here.
- Install JSPM
$ npm install jspm
- Install packages via JSPM
$ jspm install
- Run it
python -m SimpleHTTPServer &; sleep 1; open http://127.0.0.1:8000; fg
A toy built to try out React. Built with:
See it running here.
$ npm install jspm
$ jspm install
python -m SimpleHTTPServer &; sleep 1; open http://127.0.0.1:8000; fg