Skip to content

A simple example of use push notifications on the web using Service Workers

License

Notifications You must be signed in to change notification settings

kuldeepSk11/simple-push-demo

 
 

Repository files navigation

Simple Service Worker Push Demo

Build Status Dependency Status devDependencies Status

The goal of this repo is to demonstrate how to implement push notifications into your web app.

Relevant Docs Information

Github Pages Demo

Just visit Github Pages Demo.

Using the Demo Locally

To try out the demo locally, clone the repo and run the following:

  1. Install the required NPM modules for building the project

     npm install
    
  2. Install gulp globally

     npm install gulp -g
    
  3. Run the gulp server

     gulp dev
    

About

A simple example of use push notifications on the web using Service Workers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.7%
  • HTML 5.7%
  • Shell 1.5%
  • CSS 1.1%