Admin dashboard for the Recoup platform, built with Next.js 16 and the App Router.
- Node.js v22+
- pnpm v10+
pnpm installpnpm devOpen http://localhost:3000 in your browser.
pnpm build
pnpm startadmin/
├── app/ # Next.js App Router pages and layouts
│ ├── globals.css # Global styles (Tailwind CSS)
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── components/ # Shared React components
├── hooks/ # Custom React hooks
├── lib/ # Utility functions and shared logic
├── types/ # TypeScript type definitions
├── public/ # Static assets
├── next.config.ts # Next.js configuration
├── tailwind.config.ts # Tailwind CSS configuration (v4 via PostCSS)
├── tsconfig.json # TypeScript configuration
└── package.json # Dependencies and scripts
- Framework: Next.js 16 (App Router, Turbopack)
- Language: TypeScript 5
- Styling: Tailwind CSS 4
- React: 19
- Linting: ESLint 9 with next/core-web-vitals