keshidong / web-push-demo

A blog demo to showcase how push notification works in web

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A blog demo to showcase how push notification works in web

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


Languages

Language:JavaScript 90.1%Language:HTML 9.2%Language:CSS 0.7%