Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 446 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 446 Bytes

NEWS

Prerequisites

Polymer CLI

Install polymer-cli:

npm install -g polymer-cli

Setup

git clone https://github.com/polymer/news.git
cd news
bower install

Start the development server

polymer serve

Build

polymer build

Test the build

Use polymer serve to serve a specific build preset of the app. For example:

polymer serve build/es5-bundled