https://github.com/uglow/pwa_training
Google's PWA Training plus a web server
https://github.com/uglow/pwa_training
Last synced: 11 months ago
JSON representation
Google's PWA Training plus a web server
- Host: GitHub
- URL: https://github.com/uglow/pwa_training
- Owner: uglow
- License: apache-2.0
- Created: 2017-08-09T01:31:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T01:31:38.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T15:50:36.133Z (over 1 year ago)
- Language: CSS
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.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/)
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 52 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.
If you clone this repo, run `npm i` then `npm start` to run a web-server that points to the `work` directory, where you will be working.
* 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