muliadi / dlx-shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHOP

Setup

Prerequisites

Install polymer-cli:

npm install -g polymer-cli

Need at least v0.3.0

Setup
git clone https://github.com/Polymer/shop.git
cd shop
bower install

Start the development server

polymer serve

Run web-component-tester tests

polymer test

Build

polymer build

Test the 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

About


Languages

Language:HTML 90.1%Language:JavaScript 9.9%