Skip to content

samuelpratt/ServiceWorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Service Worker Demo

This is a very basic Service Worker Demo based on https://developers.google.com/web/fundamentals/primers/service-workers/

  • To run up the http server run the following command docker build -t sw . && docker run -p 80:80 -i sw
  • To see that the service work is registered go to: chrome://inspect/#service-workers

If you run up the Docker container and navigate to http://localhost you should be able to ctrl-c the Docker container and the links will still work.

About

Basic Service Worker Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors