Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 428 Bytes

learn-polymer

Repo for learning Polymer Project - Web Components, PWA, etc. READMEs and code snippets.

Getting Started

Polymer Setup Process

  1. Install Bower package manager (does client side stuff)
npm install -g bower
npm install -g polymer-CLI
  1. Install the Polymer starter kit
polymer init starter-kit
  1. Run the polymer static file server
polymer serve