/web-push-demo

A blog demo to showcase how push notification works in web

Primary LanguageJavaScript

Demo for the Web Push blog

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

https://blog.atulr.com/web-notifications

To launch backend:

cd backend
npm install
node index.js

To launch frontend:

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