Skip to content

vkumar342/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

About

Demo of Progressive Web App (PWA) features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 72.1%
  • HTML 21.9%
  • JavaScript 3.9%
  • CSS 2.1%