polymer-summit-example-component
An example of a simple product list application to show some design and test principles.
Takes advantage of polymer-summit-example-component.
Setting up
Requries Polymer CLI to serve.
npm install -g polymer-cli
bower install
npm install
```bash
# Running
```bash
npm start
npm test
Built with Polymer CLI.