Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 505 Bytes

This is a working example of @ryanflorence context flux example https://gist.github.com/ryanflorence/2eaf456fc62acc73894a

Install

  • 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

Run your server then browse to http://localhost:8080

$ live-server