scaljeri / polymer-redux

Redux implementation for Polymer
MIT License
22 stars 1 forks source link

Redux with Polymer

I've written a Stock Ticker appliciation as an experiment to see how well Polymer and Redux work together.

I've written a post about this experiment here

The Stock Ticker application DEMO can be found here

Setup

$> npm install
$> bower install
$> gulp
$> python -m SimpleHTTPServer # or an other webserver

Bitdeli Badge