/demo-webpush-react

It is a frontend part of the web push demo.

Primary LanguageJavaScript

It is a frontend part of the web push demo.

Install:

  1. Run yarn install
  2. Copy .env to .env.local and fill in the public key param with your VAPID public key value.
  3. Start the app in the development mode with node start or build it in production mode npm run build

Detailed explanation based on this repo