https://github.com/cloudfour/pwa-trials
An area to test out PWA stuff
https://github.com/cloudfour/pwa-trials
Last synced: 8 months ago
JSON representation
An area to test out PWA stuff
- Host: GitHub
- URL: https://github.com/cloudfour/pwa-trials
- Owner: cloudfour
- Created: 2016-08-31T20:31:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T19:13:26.000Z (over 9 years ago)
- Last Synced: 2025-06-17T09:51:19.895Z (10 months ago)
- Language: JavaScript
- Size: 3.46 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwa-trials
An area to test out PWA stuff
```
src/
manifest.json transformed to /manifest.json
swconfig.yaml transformed to /swconfig.json
assets/ (everything in here is rev-named)
appshell.css transformed to /assets/appshell-abc123xyz.css
appshell.js transformed to /assets/appshell-abc123xyz.js
blank.png transformed to /assets/blank-abc123xyz.png
portland.svg transformed to /assets/portland-abc123xyz.svg
toolkit.css transformed to /assets/toolkit-abc123xyz.css
toolkit.js transformed to /assets/toolkit-abc123xyz.js
css/
components/ compiled within appshell.css or toolkit.css
utils/ compiled within appshell.css or toolkit.css
js/
dom/ compiled within appshell.js or toolkit.js
utils/ compiled within appshell.js or toolkit.js
vendor/ included as standalone files or via importScripts()
workers/
sw.js transformed to /sw.js
```
```
css/components/button
core.css
more.css
theme.css
```