The repository contains two main Applications under the apps folder and some configuration packages under packages folder to be shared.
- Nest JS application under apps/server
- NextJS 15 application under apps/web
- Tailwind
- Typescript
- Eslint
- UI Components
├─ apps/
│ ├─server/
│ │ ├─ package.json
│ │ └─ ...
│ ├─web/
│ │ ├─ package.json
│ │ └─ ...
│
├─ packages/
│ ├─config-tailwind
│ │ ├─ package.json
│ │ └─ ...
│ ├─eslint-config
│ │ ├─ package.json
│ │ └─ ...
│ ├─typescript-config
│ │ ├─ package.json
│ │ └─ ...
│─ │─ui
│ │ ├─ package.json
│ │ └─ ...
│
├─ package.json
└─ README.md
└─ pnpm-workspace.yaml
└─ .gitignore
└─ pnpm-lock.yaml
└─ turbo.json
└─ .npmrc