- React JS
- Typescript
- Tailwind CSS w/shadcn-ui
- React Query
- Jotai
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
A. Prerequisites
- Node.js (Latest Version).
- Docker (optional).
B. Process
- Clone this repo.
- Install all dependencies with
pnpm install
. - Run this project with
pnpm run dev
and see the result inhttp://localhost:3000
. You can also run this project using Docker. Start your Docker first and typedocker compose up --build
in your terminal.