Skip to content

tmbtech/Context-Flux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published