msadakov / simple-push-demo

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

Home Page:https://gauntface.github.io/simple-push-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

https://gauntface.github.io/simple-push-demo/


Languages

Language:JavaScript 83.0%Language:HTML 13.0%Language:Shell 2.2%Language:CSS 1.7%