Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 323 Bytes

PWA EXAMPLE

A small example of Progressive Web App

App shell:

  • index.html
  • app.css
  • app.js

Service Worker (The king of PWA):

  • service-worker.js

PWA Config Files:

  • /images/icons/ (Icons for Homescreen)
  • favicon.ico (Favicon for the web browser)
  • manifest.json ("Add To Homescreen" Android configuration file)