https://github.com/Polymer/news
Polymer News (Progress Web App Template)
https://github.com/Polymer/news
Last synced: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T06:37:16.000Z (5 months ago)
- Last Synced: 2025-02-28T23:46:47.564Z (2 months ago)
- Language: HTML
- Homepage: https://news.polymer-project.org
- Size: 7.09 MB
- Stars: 263
- Watchers: 53
- Forks: 84
- Open Issues: 32
-
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).