An open API service indexing awesome lists of open source software.

https://github.com/a7ul/web-push-demo

A blog demo to showcase how push notification works in web
https://github.com/a7ul/web-push-demo

Last synced: about 1 month ago
JSON representation

A blog demo to showcase how push notification works in web

Awesome Lists containing this project

README

        

# Demo for the Web Push blog

This is the working demo code for the blog post here:

[https://blog.atulr.com/web-notifications](https://blog.atulr.com/web-notifications)

To launch backend:

```sh
cd backend
npm install
node index.js
```

To launch frontend:

```sh
cd frontend
npm install -g http-server
http-server
```