<<<<<<< HEAD
Install polymer-cli: (Need at least npm v0.3.0)
npm install -g polymer-cli
# Using CLI
mkdir shop
cd shop
polymer init shop
# Or cloning direct from GitHub
git clone https://github.com/Polymer/shop.git
cd shop
bower install
polymer serve
polymer test
polymer build
This command serves the minified version of the app in an unbundled state, as it would be served by a push-compatible server:
polymer serve build/unbundled
This command serves the minified version of the app generated using fragment bundling:
polymer serve build/bundled
=======
Shop Polymer Example
6d7f31c2eec774536426df84ef8566e313ae0ae8