https://github.com/granze/polymer-codelab-messina
https://github.com/granze/polymer-codelab-messina
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/granze/polymer-codelab-messina
- Owner: Granze
- License: other
- Created: 2016-02-27T20:30:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T23:39:10.000Z (over 9 years ago)
- Last Synced: 2025-02-12T14:54:46.911Z (4 months ago)
- Language: HTML
- Size: 24.8 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Polymer Codelab Messina
A minimal app based on [Polymer Starter Kit Light](https://developers.google.com/web/tools/polymer-starter-kit/)!
## How to get started
[Download this zip](https://github.com/Granze/polymer-codelab-messina/archive/start.zip) and open the contained project into the editor of your choice.
## Firing up a server using Python
Fire up a local server from inside the `app` directory.
If you are a Windows user, install Python and from inside the `app` directory run:
```
python -m http.server 8080
```or on a Mac/*nix machine, run:
```
python -m SimpleHTTPServer 8080
```You can of course also use WAMP or an alternative tool for serving up content.