Skip to content

Commit 9eb7fa0

Browse files
anton-karlovskiyaddyosmani
authored andcommitted
(demo) Introduce new demos for basic + workbox usage
* upload news with quicklink and news with workbox * added service worker to news-workbox * added readme to news and news-workbox demos * added menu links pages * removed source from demos and left just readmes * updated readmes according to the suggestions but domain name not modified
1 parent ba9795c commit 9eb7fa0

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

demos/news-workbox/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# Demo: Quicklink usage with workbox
3+
A demo showing how to use Quicklink with Workbox for offline caching and links in the visible viewport.
4+
5+
## Glitch Source
6+
* [Link to Glitch App](https://anton-karlovskiy-quicklink-news-workbox.glitch.me)
7+
* [Link to Project on Glitch](https://glitch.com/~anton-karlovskiy-quicklink-news-workbox)
8+
9+
## Installation
10+
```
11+
git clone https://api.glitch.com/git/anton-karlovskiy-quicklink-news-workbox
12+
npm install
13+
npm start
14+
npm run build
15+
```

demos/news/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# Demo: Quicklink basic usage
3+
A demo showing how to use Quicklink on a simple multi-page website.
4+
5+
## Glitch Source
6+
* [Link to Glitch App](https://anton-karlovskiy-quicklink-news.glitch.me)
7+
* [Link to Project on Glitch](https://glitch.com/~anton-karlovskiy-quicklink-news)
8+
9+
## Installation
10+
```
11+
git clone https://api.glitch.com/git/anton-karlovskiy-quicklink-news
12+
npm install
13+
npm start
14+
npm run build
15+
```

0 commit comments

Comments
 (0)