Skip to content

DynamicNestedAlgorithm/pwa-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progressive Web Application Starter Kit

Goals

Provide an easy to read serviceWorker.js that does the following:

  • Cache a specific set of files.
  • Cache files not included in the serviceWorker.js file.
  • Update cached files on page load.
  • Clear out old cache.
  • Return cached files when offline or server is unavailable.
  • Display an online/offline status.
  • Display a message when the cache updates.

About

🚀 Progressive Web Application Starter Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.6%
  • HTML 31.5%
  • CSS 15.9%