Experiments in creating Polymer elements for mobile web apps
After cloning this repository, run "bower install" to install Polymer and its dependencies.
To view the demo, run an HTTP server:
$ python -m SimpleHTTPServer 4444
Then visit http://localhost:4444/demo.html in your browser.