https://github.com/dsingleton/google-pwa-workshop
https://github.com/dsingleton/google-pwa-workshop
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dsingleton/google-pwa-workshop
- Owner: dsingleton
- License: apache-2.0
- Created: 2016-03-17T12:12:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T12:26:59.000Z (about 10 years ago)
- Last Synced: 2025-03-04T18:28:20.461Z (over 1 year ago)
- Language: CSS
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Your first Progressive Web App Code Lab
These are the resource files needed for the [Your first Progressive Web App](https://codelabs.developers.google.com/codelabs/your-first-pwapp/#0)
code lab from Google.
This is a work in progress, if you find a mistake, please [file an issue](https://github.com/googlecodelabs/your-first-pwapp/issues). Thanks!
## What you’ll learn
* How to design and construct an app using the “app shell” method
* How to make your app work offline
* How to store data for use offline later
## What you’ll need
* Chrome 47 or above, though any browser that supports service workers and `cache.addAll()` will work
* [Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb), or use your own web server of choice.
* The [sample code](https://github.com/googlecodelabs/your-first-pwapp/archive/master.zip)
* A text editor
* Basic knowledge of HTML, CSS and JavaScript
* (Optional) Node is required in the last step to deploy to Firebase