Skip to content

A test Progressive Web App that will receive push notifications

Notifications You must be signed in to change notification settings

codal-ashahu/pwa-push-test

 
 

Repository files navigation

PwaPushTest

Progressive Web App build with Angular 4. Some PWA tests: installable, offline support, push message and handling of incoming messages

Build

The ServiceWorker only works if the app is build with --prod flag

Debug:

npm start

Build with:

npm run build:dev

or

npm run build:acc

or

npm run build:prod

Firebase deploy

3 available firebase-apps: PWA Test Dev, PWA Test Acc and PWA Test Prod

To Deploy

firabase init

firebase use Chose the right firebase-app

firebase deploy

About

A test Progressive Web App that will receive push notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.4%
  • JavaScript 11.8%
  • HTML 5.9%
  • CSS 4.9%