It is a frontend part of the web push demo.
Install:
- Run
yarn install - Copy
.envto.env.localand fill in the public key param with your VAPID public key value. - Start the app in the development mode with
node startor build it in production modenpm run build