Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 448 Bytes

File metadata and controls

29 lines (19 loc) · 448 Bytes

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

Testing

npm test

Built with Polymer CLI.