https://github.com/frontendmasters/web-workers
Code for the Web Workers section of the Service Workers course by Kyle Simpson
https://github.com/frontendmasters/web-workers
Last synced: about 2 months ago
JSON representation
Code for the Web Workers section of the Service Workers course by Kyle Simpson
- Host: GitHub
- URL: https://github.com/frontendmasters/web-workers
- Owner: FrontendMasters
- Created: 2019-07-15T17:42:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T21:03:09.000Z (over 1 year ago)
- Last Synced: 2025-04-05T17:36:17.236Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 16
- Watchers: 4
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!NOTE]
> This repo is from an archived version of the course. Watch the latest version of the course on [frontendmasters.com](https://frontendmasters.com/courses/service-workers/).# Service Workers & Offline Course by Kyle Simpson
Code for the Web Workers 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)
Don't forget to `npm install` the necessary modules.