A comprehensive starter template for building modern web applications with Next.js, TypeScript, Tailwind CSS, and shadcn/ui.
- Framework: Next.js 15 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS v4
- UI Components: shadcn/ui
- Linting: ESLint
- Package Manager: Yarn (recommended)
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.
- Samin Yasar
- GitHub: @saminyasar004
- Email: yasarsamin57@gmail.com
This project is open source and available under the MIT License.