## Polymer material design  showcase

[Polymer material design playground](https://ebidel.github.io/material-playground/) showcases [Polymer](https://www.polymer-project.org/1.0/)'s [paper elements](https://elements.polymer-project.org/browse?package=paper-elements).

![Polymer material design playground](https://user-images.githubusercontent.com/5948271/29234225-57bc4b48-7eaa-11e7-9c73-1a72fe20aa75.png)

### Setup

    npm install; bower install

### Run / Dev

To update `vulcanized.html`, run:

    npm run build

To server, in the checkout directory run the server of our choice:

    python -m SimpleHTTPServer

