https://github.com/ragingwind/polymer-samples
Polymer runnable samples for latest version of Polymer
https://github.com/ragingwind/polymer-samples
Last synced: 4 months ago
JSON representation
Polymer runnable samples for latest version of Polymer
- Host: GitHub
- URL: https://github.com/ragingwind/polymer-samples
- Owner: ragingwind
- Created: 2015-03-27T08:16:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T22:02:00.000Z (almost 11 years ago)
- Last Synced: 2025-06-11T04:12:59.169Z (about 1 year ago)
- Language: HTML
- Homepage: https://github.com/polymer/polymer
- Size: 3.37 MB
- Stars: 29
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Polymer Samples
> Polymer runnable samples for latest version of [Polymer](https://github.com/polymer/polymer)
Live demo is [here](http://ragingwind.github.io/polymer-samples/)
## Preparation
Should install all dependencies before run
```
npm install && bower install
```
## Run server
Please make sure that npm packages has been installed.
```
npm run serve
```
## Deploy
```
npm run deploy
```
## Add sample page
```
node ./tools/template.js 'Page title'
```
# License
MIT @[Jimmy Moon](http://ragingwind.me)