AudreyHal / React-Firebase-Cloud-Messaging-Demo

Demo of https://dev.to/audreyhal/push-notifications-with-firebase-in-reactjs-1f9i
27 stars 12 forks source link

Introduction

Demo of https://dev.to/audreyhal/push-notifications-with-firebase-in-reactjs-1f9i

Getting Started

  1. Start by running the following command to install all depedencies:
pnpm install
  1. Once the dependencies are installed, run the development server with:
pnpm dev