Skip to content

Commit f07d872

Browse files
authored
Adds the README for the course
1 parent e6d840f commit f07d872

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Service Workers & Offline Course by Kyle Simpson
2+
3+
Code for the Service Workers / PWA section of the Service Workers and Offline course by Kyle Simpson
4+
5+
## Starter Exercise Files
6+
7+
To get started, download the [Starter Files (ZIP)](https://static.frontendmasters.com/resources/2019-05-10-service-worker-pwa/service-workers-starter.zip)
8+
9+
### Web Workers Solution
10+
11+
The solution for the Web Workers section of the course: https://github.com/FrontendMasters/web-workers
12+
13+
### Service Workers & PWA Solution
14+
15+
This repository has the final code for the course.
16+
17+
Don't forget to `npm install` the neccessary modules.

0 commit comments

Comments
 (0)