/simple-push-demo

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

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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