An open API service indexing awesome lists of open source software.

https://github.com/granze/polymer-codelab-messina


https://github.com/granze/polymer-codelab-messina

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![Polymer Codelab Messina](banner.png)

# 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.