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
- Host: GitHub
- URL: https://github.com/a7ul/web-push-demo
- Owner: a7ul
- Created: 2018-08-19T19:18:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T10:18:57.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T02:22:15.556Z (2 months ago)
- Language: JavaScript
- Homepage: https://blog.atulr.com/web-notifications
- Size: 11.7 KB
- Stars: 98
- Watchers: 6
- Forks: 54
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```