This is a working example of @ryanflorence context flux example https://gist.github.com/ryanflorence/2eaf456fc62acc73894a
- clone this repository
- npm install
- jspm install
- install http-server (standard http server) or live-server (server with live reload)
$ git clone https://github.com/tmbtech/Context-Flux.git
$ cd Context-Flux
$ npm install
$ jspm install
$ npm install live-server -g
Run your server then browse to http://localhost:8080
$ live-server