Skip to content

silveridea/pwa-features

Repository files navigation

pwa-features

This is a demo of different features available in Progressive Web Apps (PWA) with Service Workers in Angular.

Demo

Demo is here or scan the QR code

QR code

Current PWA capabilites in this demo

Documentation

Read our blog for documentation.

Google Official Documentation for PWA is here

Setup

git clone https://github.com/silveridea/pwa-features.git
cd pwa-features
npm install

Since "service worker" works only in production mode, we need to build it for prod.

ng build --prod

We need to serve the built version from the "dist" folder. We will use lite-server to run it.

npm run lite

Now browse to http://localhost:3000

Your feedback is important

Silveridea is a JavaScript agency in Sydney, Australia Hire us

Releases

No releases published

Packages

No packages published