Logo

Novu React Quickstart

This sample app demonstrates how to integrate Novu's Notification Center in a React app.

It demonstrates how to use Novu to view notifications in real-time within the app.

You can refer to this guide to know more about it.

Configuration

Create a free account in Novu

  1. Go to Novu and click Sign Up.
  2. Use GitHub Account to login.

Obtain Credentials

Your project needs to be configured with the following:

  1. App Identifier
  2. SubscriberId to load the notification when application renders.

Run the project

To run the project, first, clone the repo.

npm install

Create a .env file and add the following variables - REACT_APP_SUB_ID and REACT_APP_APP_ID to it.

Start the application using:

npm start