Skip to content

vnen/polymer-flux

Repository files navigation

Polymer-Flux

This is an attempt to make a Polymer application using the Flux architecture. Backbone.js will be used for the stores.

Based on the unquote Polymer post cards tutorial.

Demo

You can see it working on your browser.

Running

You'll need Bower to download dependencies:

git clone https://github.com/vnen/polymer-flux.git
cd polymer-flux
bower install

Then you'll need a server, because HTML imports does not work with the file:// protocol for security reasons. I find it simpler to use Python server:

python -m SimpleHTTPServer

If you have Python 3.x:

python -m http.server

Author

Created and mantained by George Marques.

License

MIT