Skip to content
Josh edited this page Feb 24, 2015 · 7 revisions

Useful Links

Polymer Website

Tutorials

Tools & Testing

Adding Content Dynmaically

  • minor official documentation at the bottom of this page

Running the Website

While you’re working, you’ll need a basic HTTP server to serve your pages. If you have Python installed, you can run one of the following commands inside the Polymer-Prototype folder

First, change your working directory:

cd Polymer-Prototype

Then execute one of the following commands:

Python 2.x

python -m SimpleHTTPServer

Python 3.x

python -m http.server

The website will appear at: http://localhost:8000

Clone this wiki locally