https://github.com/jochasinga/polymer-charts
Scaffold for google chart-based Polymer app
https://github.com/jochasinga/polymer-charts
Last synced: 5 months ago
JSON representation
Scaffold for google chart-based Polymer app
- Host: GitHub
- URL: https://github.com/jochasinga/polymer-charts
- Owner: jochasinga
- License: other
- Created: 2015-09-28T03:04:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T03:11:26.000Z (over 10 years ago)
- Last Synced: 2025-03-28T08:43:17.680Z (about 1 year ago)
- Language: HTML
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# polymer-charts
Scaffold for google chart-based Polymer app
To begin, fire up a local server from inside the `app` directory. Please make sure to serve up the contents of the directory rather than root as routing will otherwise fail to correctly function.
## Firing up a server using Python
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.