Boilerplate Next.js 15 dashboard with App Router and shadcn/ui
- Next.js 15 App Router
- TypeScript
- React 19
- Shadcn-ui
- Tanstack React Table
- Tailwind CSS
- Biome
- Playwright
npm i
npm run dev
Code formatting with Biome
npm run format
End-to-end tests with Playwright
# Run all e2e tests
npm run test:e2e
# Run tests in UI mode
npm run test:e2e:ui
# Run tests in headed mode (see browser)
npm run test:e2e:headed
# Debug tests
npm run test:e2e:debugThe test suite includes comprehensive tests for:
- Home page with DataTable
- Sidebar navigation and toggle
- Theme switching
- Layout and responsiveness across different viewports