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

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

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)