Skip to content

akashbhandwalkar/service-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service-worker

What is the Project About?

This project is an offline app designed by service workers in Javascript. This app essentially loads the assets in the apps and serves them on demand of the user despite of network connection.

How to run the App?

This Project has no server for serving static files. Either you can choose anything to serve files from localhost or there is quick setup for light sever you can use without writing any program.

installation: npm install --global light-server

run: light-server -s . -p 8000 -x http://localhost:9000

you should be able to see the app at localhost:8000/index.html in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published