NEWS
Setup
$ git clone https://github.com/polymer/news.git
$ cd news
$ npm i
$ npm startBuild
$ npm run buildTest the build
To test prpl-server build:
$ npm run serve:prpl-serverTo test static build:
$ npm run serve:staticDeploying
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.

