Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frontendmasters/service-workers-offline
Code for the Service Workers / PWA section of the Service Workers & Offline course by Kyle Simpson
https://github.com/frontendmasters/service-workers-offline
offline pwa service-worker
Last synced: 2 months ago
JSON representation
Code for the Service Workers / PWA section of the Service Workers & Offline course by Kyle Simpson
- Host: GitHub
- URL: https://github.com/frontendmasters/service-workers-offline
- Owner: FrontendMasters
- Created: 2019-07-15T17:21:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T15:22:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:11:37.229Z (9 months ago)
- Topics: offline, pwa, service-worker
- Language: JavaScript
- Homepage: https://frontendmasters.com/courses/service-workers/
- Size: 67.4 KB
- Stars: 130
- Watchers: 6
- Forks: 99
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Service Workers & Offline Course](https://frontendmasters.com/courses/service-workers/) by Kyle Simpson
Code for the Service Workers / PWA section of the Service Workers and Offline course by Kyle Simpson
## Starter Exercise Files
To get started, download the [Starter Files (ZIP)](https://static.frontendmasters.com/resources/2019-05-10-service-worker-pwa/service-workers-starter.zip)
### Web Workers Solution
The solution for the Web Workers section of the course: https://github.com/FrontendMasters/web-workers
### Service Workers & PWA Solution
This repository has the final code for the course. You may refer to the [code commits on May 10th](https://github.com/FrontendMasters/service-workers-offline/commits/master), to walk through the course code as Kyle is completing it throughout the course.
Don't forget to `npm install` the necessary modules.