react-reddit-client
December 12, 2017 ยท View on GitHub
A simple Reddit client written with Polymer.js.
Demo
https://ssorallen.github.io/polymer-reddit-client/
Running Locally
-
Clone the repo
-
Run a webserver in the project directory
python -m SimpleHTTPServer -
Visit the demo at localhost:8000
Framework Comparisons
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.