Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/Polymer/news
- Owner: Polymer
- Created: 2016-07-24T22:19:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T15:52:29.000Z (8 months ago)
- Last Synced: 2024-08-01T12:26:24.652Z (3 months ago)
- Language: HTML
- Homepage: https://news.polymer-project.org
- Size: 6.86 MB
- Stars: 263
- Watchers: 54
- Forks: 84
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - Polymer/news - Polymer News (Progress Web App Template) (others)
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).