A simple Reddit client written with Polymer.js.
https://ssorallen.github.io/polymer-reddit-client/
-
Clone the repo
-
Run a webserver in the project directory
python -m SimpleHTTPServer
-
Visit the demo at localhost:8000
This demo was originally created by the Montage team, and that version is linked below. The demo was recreated in other frameworks to compare various approaches in JavaScript app frameworks.