Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/novuhq/inbox-playground
- Owner: novuhq
- License: mit
- Created: 2024-08-18T21:55:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T22:04:34.000Z (8 days ago)
- Last Synced: 2024-10-30T22:26:38.574Z (8 days ago)
- Topics: chakra-ui, next, tailwind, typescript
- Language: TypeScript
- Homepage: https://inbox.novu.co
- Size: 469 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```