All Projects → gauntface → Simple Push Demo

gauntface / Simple Push Demo

Licence: apache-2.0
A simple example of use push notifications on the web using Service Workers

Programming Languages

javascript
184084 projects - #8 most used programming language

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
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].