-
Notifications
You must be signed in to change notification settings - Fork 4
Polymer
Josh edited this page Feb 24, 2015
·
7 revisions
- minor official documentation at the bottom of this page
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