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

https://github.com/spirosikmd/pygrunn-july

Examples that I used for the PyGrunn July edition talk about Polymer.
https://github.com/spirosikmd/pygrunn-july

Last synced: about 2 months ago
JSON representation

Examples that I used for the PyGrunn July edition talk about Polymer.

Awesome Lists containing this project

README

        

pygrunn-july
============

Examples that I used for the PyGrunn July edition talk about Polymer.

Run the examples
----------------

From the top directory run

```bash
bower install
```

which will create a *bower_components* folder with all the required dependencies
in the [examples](examples/) directory. From the [examples](examples/) directory
run a python server, assuming that python is available in your system.

```bash
python -m SimpleHTTPServer 9000
```