Skip to content

A short example illustrating some essential steps for creating a progressive web app (PWA).

License

Notifications You must be signed in to change notification settings

gokhandemirhan/pwa-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PWA Example

A simple example illustrating the transformation of a standard web app into a progressive web app.

Branches

The following branches illustrate different steps:

original

The baseline example. A simple web app fetching some data and showing it. Not working offline, not using push notifications and not installable.

standalone

Makes the app installable by providing a stub service worker and valid manifest file. A set of sample icons is included.

push

Installs a (pseudo) web push notification service. Indicates the installation status on the screen (bottom of the page).

offline

Includes a service worker implementation to retrieve data from cache.

master

The latest version. Is only used for contributions / improvements.

About

A short example illustrating some essential steps for creating a progressive web app (PWA).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published