The Wayback Machine - https://web.archive.org/web/20190322181510/https://github.com/Polymer/news
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Polymer News (Progress Web App Template)
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create CODEOWNERS Jun 6, 2018
data add ld-json metadata to each of the articles Dec 1, 2016
images add 512px app icon May 13, 2017
server Update deps; pwa-starter-kit style build Sep 13, 2018
src Merge branch 'master' into 3.0 Sep 13, 2018
.gitignore
README.md Update deps; pwa-starter-kit style build Sep 13, 2018
gulpfile.js Update deps; pwa-starter-kit style build Sep 13, 2018
index.html - use names Jun 5, 2018
manifest.json
package-lock.json
package.json
polymer.json
push-manifest.json
service-worker.js
sw-precache-config.js - use names Jun 5, 2018

README.md

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.

You can’t perform that action at this time.