/news

Polymer News (Progress Web App Template)

Primary LanguageHTML

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