An open API service indexing awesome lists of open source software.

https://github.com/christianliebel/pwa-fugu-workshop


https://github.com/christianliebel/pwa-fugu-workshop

Last synced: 2 days ago
JSON representation

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
```