https://github.com/mhmdsami/shadcn-prisma-stack
My 2023 TechStack: remix, shadcn/ui, tailwindcss, MongoDB, Prisma, TypeScript and more good stuff!
https://github.com/mhmdsami/shadcn-prisma-stack
mongodb prisma remix-run remix-stack shadcn-ui tailwindcss typescript
Last synced: 3 months ago
JSON representation
My 2023 TechStack: remix, shadcn/ui, tailwindcss, MongoDB, Prisma, TypeScript and more good stuff!
- Host: GitHub
- URL: https://github.com/mhmdsami/shadcn-prisma-stack
- Owner: mhmdsami
- Created: 2023-11-18T16:52:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T11:57:14.000Z (about 1 year ago)
- Last Synced: 2024-05-04T12:45:12.938Z (about 1 year ago)
- Topics: mongodb, prisma, remix-run, remix-stack, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 223 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shadcn-prisma-stack
Remix starter with shadcn/ui, Prisma, MongoDB, and TypeScript.

## Using the template
- Create a remix app with this template
```
pnpm dlx create-remix@latest --template mhmdsami/shadcn-prisma-stack
```- Generate Prisma client
```
pnpm db:generate
```## Tech Stack
- [Remix](https://remix.run/)
- [shadcn/ui](https://ui.shadcn.com/)
- [TailwindCSS](https://tailwindcss.com/)
- [Prisma](https://www.prisma.io/)
- [MongoDB](https://www.mongodb.com/)
- [react-hot-toast](https://react-hot-toast.com/)
- [TypeScript](https://www.typescriptlang.org/)