updated on: 23rd December 2024, Monday
- A Vite-based CRUD application utilizing React Query for efficient data fetching and management, supporting Create, Read, Update, and Delete operations.
- Styled with Shadcn, it features a responsive, clean UI ideal for dynamic data-driven applications.
- Download Bun
- Run the following commands for running client (frontEnd)
- set up
.env
with the help of.env.example
file in client
$> cd client
$> bun i # install all packages
$> bun dev # run the frontend
- Run the following commands for running server (backEnd)
$> cd server
$> bun i # install all packages
$> bun dev # run the backEnd
- Frontend: React, React Query
- Styling: Radix UI, Shadcn UI, TailwindCSS
- State Management: Zustand
- Backend: Elysia
- Package Manager: Bun
- Deployment: Vercel
- See LICENSE
Pritam Kundu, 2024