Skip to content

GDGPorto/ServiceWorkerDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDG PORTO 16

This repo was used in a live-coding session to demonstrate the potential of service workers. It's based on Jake Archibald work which is also the main material of this online course https://www.udacity.com/course/offline-web-applications--ud899

Wittr

This is a silly little demo app for an offline-first course.

Installing

Dependencies:

Then check out the project and run:

npm install

Running

npm run serve

You should now have the app server at localhost:8888 and the config server at localhost:8889.

You can also configure the ports:

npm run serve -- --server-port=8000 --config-server-port=8001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.2%
  • CSS 42.1%
  • HTML 2.3%
  • Shell 1.4%