https://github.com/sachin-bi/saas-eventdriven-nextjs
saas-clerk-template. This project is a template for building SaaS applications using Next.js, TypeScript, and an event-driven architecture.
https://github.com/sachin-bi/saas-eventdriven-nextjs
postgresql prisma saas-clerk-template
Last synced: 2 months ago
JSON representation
saas-clerk-template. This project is a template for building SaaS applications using Next.js, TypeScript, and an event-driven architecture.
- Host: GitHub
- URL: https://github.com/sachin-bi/saas-eventdriven-nextjs
- Owner: sachin-bi
- Created: 2024-10-31T13:25:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T19:28:56.000Z (7 months ago)
- Last Synced: 2025-01-22T21:26:55.657Z (4 months ago)
- Topics: postgresql, prisma, saas-clerk-template
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```