Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/novuhq/inbox-playground

Example application to show in-app notifications powered by Novu.
https://github.com/novuhq/inbox-playground

chakra-ui next tailwind typescript

Last synced: about 4 hours ago
JSON representation

Example application to show in-app notifications powered by Novu.

Awesome Lists containing this project

README

        

# Component Demo App

## Getting Started

1. Run the development server for the frontend:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

2. Update the .env file.

2. Run the backend server:

```bash
node server.js
```