1
0

Add minimal PWA (#34)

This commit is contained in:
konrad
2019-10-16 18:25:10 +00:00
committed by Gitea
parent 568de04a87
commit 2a7871cf96
20 changed files with 4405 additions and 89 deletions

4
src/ServiceWorker/sw.js Normal file
View File

@ -0,0 +1,4 @@
/* eslint-disable no-console */
console.log('Hello from the service worker');