Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 348 Bytes

app-widgets

Experiments in creating Polymer elements for mobile web apps

Setup

After cloning this repository, run "bower install" to install Polymer and its dependencies.

Running

To view the demo, run an HTTP server:

$ python -m SimpleHTTPServer 4444

Then visit http://localhost:4444/demo.html in your browser.