shoonyatech / frontend.social

Frontend Social website
https://www.frontend.social
MIT License
11 stars 19 forks source link

PWA: add service worker to make the app offline #308

Open souvikbasu opened 4 years ago

souvikbasu commented 4 years ago

use npm module sw-precache-webpack-plugin

souvikbasu commented 3 years ago

Currently the app is a PWA and can be added to a mobile home screen. But it does not load offline. Need to fix that.