Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Polymer/news

Polymer News (Progress Web App Template)
https://github.com/Polymer/news

Last synced: 5 days ago
JSON representation

Polymer News (Progress Web App Template)

Awesome Lists containing this project

README

        

# NEWS

## Setup
```bash
$ git clone https://github.com/polymer/news.git
$ cd news
$ npm i
$ npm start
```

## Build
```bash
$ npm run build
```

## Test the build
To test prpl-server build:
```bash
$ npm run serve:prpl-server
```
To test static build:
```bash
$ npm run serve:static
```

## Deploying

Our [production deployment of NEWS](https://news.polymer-project.org/) is hosted on App Engine with Node.js. It can be deployed with [the same steps as PWA Starter Kit](https://polymer.github.io/pwa-starter-kit/building-and-deploying/#deploying-prpl-server).