Skip to content

kaitok/shadcn-next-dashboard

Repository files navigation

shadcn-next-dashboard

Boilerplate Next.js 15 dashboard with App Router and shadcn/ui

Getting Started

npm i
npm run dev

Format

Code formatting with Biome

npm run format

E2E Testing

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:debug

The test suite includes comprehensive tests for:

  • Home page with DataTable
  • Sidebar navigation and toggle
  • Theme switching
  • Layout and responsiveness across different viewports

About

Boilerplate Next.js 15 dashboard with App Router and shadcn/ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors