/web-components-intro

A step-by-step introduction to web components, intended for use during a presentation.

Primary LanguageJavaScriptMIT LicenseMIT

web-components-intro

A step-by-step introduction to coding web components, intended for use during a presentation.

Requirements

Code will only run in browsers that support web components natively (currently Chrome 36+ and Opera 23+) since I've intentionally left out Polymer's platform.js polyfills.

Installation

Run npm install to pull down the necessary dependencies.

Usage

Run grunt start to begin. It will check out the commit for the first step, start a web server, and navigate to it in a new tab in your browser. Press enter in the terminal when you are ready to move to the next step.

Use a side-by-side diffing tool (like SmartGit) to show code changes from step to step.

Additional Information