How to create a Progressive Web App (PWA)

By 22nd August 2019 October 11th, 2019 How to, Tutourial & Tips
  1. Generate your PWA manifest.json here: https://app-manifest.firebaseapp.com
  2. Create a ServiceWorker and name it: sw.js
  3. You will need a main.js file
  4. Register the service worker in main.js
  5. Set the caching in sw.js