strawberryninja / tutiluti-christmas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutiluti Polymer SHOP

Setup

Prerequisites

Install polymer-cli: (Need at least npm v0.3.0)

npm install -g polymer-cli
Setup
# Cloning direct from GitHub
git clone https://github.com/dominikazaleska/tutiluti-christmas.git
cd tutiluti-christmas

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 99.2%Language:JavaScript 0.8%