Skip to content

popovsh6/polymer-starter-kit

 
 

Repository files navigation

Polymer Starter Kit

A starting point for building web applications with Polymer

High-level

  • Polymer, Paper and Iron elements
  • Material Design Grid & Breakpoints
  • App theming using Polymer custom props
  • Responsive App layout boilerplate
  • End-to-end Build Tooling (including Vulcanize)
  • Unit testing with Web Component Tester
  • Routing with Page.js

Instructions

With Node and npm installed, run:

$ npm install -g gulp && npm install -g bower && npm install && bower install

Serve / watch

$ gulp serve

Run tests

$ gulp test:local

Build / vulcanize

$ gulp

Copyright Google Inc. 2015. Released under an Apache-2 license.

Packages

No packages published

Languages

  • HTML 69.2%
  • JavaScript 28.9%
  • CSS 1.9%