Skip to content

goldfishpk/simple-push-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Service Worker Push Demo

Build Status Dependency Status devDependency Status

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

Relevant Docs / Blogs

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.1%
  • HTML 6.2%
  • Shell 2.1%
  • CSS 1.6%