https://github.com/christianliebel/pwa-fugu-workshop
https://github.com/christianliebel/pwa-fugu-workshop
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/christianliebel/pwa-fugu-workshop
- Owner: christianliebel
- License: bsd-3-clause
- Created: 2020-11-02T21:56:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T22:06:37.000Z (over 4 years ago)
- Last Synced: 2025-03-27T22:17:47.839Z (3 months ago)
- Language: JavaScript
- Homepage: https://christianliebel.github.io/pwa-fugu-workshop/
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PWA & Project Fugu Workshop
Progressive Web Apps are a great cross-platform application model, even if somewhat restricted in use—until now, that is. Project Fugu is an initiative led by Google, Microsoft, and Intel. Their goal: a more capable web. Home screen shortcuts, clipboard and file system access are only a few examples of Fugu’s powerful APIs. Are you ready to superpower your Progressive Web App?
## Demonstrated Features
* Basic Functionality
* Canvas
* Low-Latency Rendering (desynchronized canvas)
* 2D Context
* Progressive Web Apps
* Service Worker
* Workbox
* Web App Manifest
* Manifest Shortcuts
* Project Fugu APIs
* Web Share API
* File System Access API
* Async Clipboard API
* File Handling API## Setup Instructions
```sh
npm i
npm start
```