https://github.com/bahrus/ava-pwar
Web component that retrieves PWA manifest from web site
https://github.com/bahrus/ava-pwar
Last synced: 3 months ago
JSON representation
Web component that retrieves PWA manifest from web site
- Host: GitHub
- URL: https://github.com/bahrus/ava-pwar
- Owner: bahrus
- License: mit
- Created: 2018-08-04T15:55:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T14:38:46.000Z (about 6 years ago)
- Last Synced: 2025-02-01T13:36:41.815Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
Web component that generates markup from manifest.
NB: One could argue that it would be more effective to implement this on the server, but what would be the fun of that?
This uses the [cors anywhere proxy service](https://www.karolisram.com/cors-from-anywhere/), which seems to be suffering from over popularity, especially during peak hours EST.
```
-->## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```