Skip to content

Polymer/news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6d2946 · Sep 6, 2019
Jun 6, 2018
Dec 1, 2016
May 13, 2017
Sep 5, 2019
Sep 13, 2018
Jun 5, 2018
Sep 13, 2018
Sep 13, 2018
Jun 5, 2018
May 13, 2017
Sep 5, 2019
Sep 5, 2019
Jun 5, 2018
Jun 5, 2018
Jul 25, 2016
Jun 5, 2018

Repository files navigation

NEWS

Setup

$ git clone https://github.com/polymer/news.git
$ cd news
$ npm i
$ npm start

Build

$ npm run build

Test the build

To test prpl-server build:

$ npm run serve:prpl-server

To test static build:

$ npm run serve:static

Deploying

Our production deployment of NEWS is hosted on App Engine with Node.js. It can be deployed with the same steps as PWA Starter Kit.