Add minimal PWA (#34)
This commit is contained in:
parent
568de04a87
commit
2a7871cf96
20 changed files with 4405 additions and 89 deletions
4
src/ServiceWorker/sw.js
Normal file
4
src/ServiceWorker/sw.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/* eslint-disable no-console */
|
||||
|
||||
console.log('Hello from the service worker');
|
||||
|
||||
Reference in a new issue