https://github.com/benoitvallon/spa-web-components
Sample based on "Building single page apps using web components" from the polymer website
https://github.com/benoitvallon/spa-web-components
Last synced: 6 months ago
JSON representation
Sample based on "Building single page apps using web components" from the polymer website
- Host: GitHub
- URL: https://github.com/benoitvallon/spa-web-components
- Owner: benoitvallon
- License: mit
- Created: 2014-11-04T22:10:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T15:03:49.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T19:19:28.894Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
spa-web-components
==================Sample based on "Building single page apps using web components" from the polymer website
## Launch a local server
### Python 2.x:
```
python -m SimpleHTTPServer
```### Python 3.x:
```
python -m http.server
```