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.
- Host: GitHub
- URL: https://github.com/spirosikmd/pygrunn-july
- Owner: spirosikmd
- Created: 2014-07-07T19:28:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-10T23:26:21.000Z (over 10 years ago)
- Last Synced: 2025-01-13T04:27:39.302Z (4 months ago)
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```