goto-react
Demo app for GOTO Amsterdam 2015
Getting started
Install dependencies
- Install
npm
. npm install -g watchify
npm install -g http-server
npm install reactify
npm install react
npm install jquery
Build JS
watchify -t reactify assets/application.js -o public/application.js -v
Build CSS (optional)
sass --watch assets/application.sass:public/application.css
Run server
http-server -P https://kaiwa.io