A simple Next.js App Router starter that now includes a dashboard-style home page preview with a left sidebar, metric cards, and a recent activity panel.
The root route (app/page.tsx) currently renders:
- a responsive app shell with sidebar navigation
- a top content header with a primary action button
- overview metric cards
- a recent activity section
This is intended as a visual starting point for building a product dashboard UI.
Run the development server:
npm run devThen open http://localhost:3000.
npm run dev— start the development servernpm run build— build for productionnpm run start— run the production buildnpm run lint— run ESLint checks
- Next.js (App Router)
- React
- Tailwind CSS
- TypeScript
In restricted environments, Next.js may warn about downloading Google Fonts from next/font. The app will fall back to system fonts automatically.