ashilay / wc-2014

Stats for World Cup 2014.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymer.js Boilerplate

Boilerplate for a Polymer.js project

Introduction

Polymer is a library of polyfills and sugar which enable the use of Web Components in modern browsers. The project allows developers to build apps using the platform of tomorrow and inform the W3C of places where in-flight specifications can be further improved.

Features

  • Boilerplate for Polymer elements
  • Minimal HTML5 Boilerplate
  • Vulcanize support for inlining HTML Imports
  • LiveReload support for automatic refresh on edit
  • JSHint linting for projects
  • Mocha for unit testing
  • Sane project stucture

Getting started

# Install our Grunt dependencies
$ cd polymer-boilerplate
$ npm install && bower install

# Edit and the browser live reloads
$ grunt server

# Build your project, creating an optimized build.html
$ grunt build

# Run any unit tests you might have written
$ grunt test

Looking for Polymer.js tooling?

For a more interactive developer experience, we recommend using generator-polymer - Polymer scaffolding using Yeoman (a scaffolding tool for the web). This lets you easily create and customize Polymer (custom) elements via the command-line and import them using HTML Imports. This saves you time writing boilerplate code so you can start writing up the logic to your components straight away.

License

MIT License

About

Stats for World Cup 2014.

License:MIT License


Languages

Language:JavaScript 92.0%Language:CSS 8.0%