A boilerplate for Next.js 15 and React 19 projects.
- Next.js 15
- React 19
- Tailwind CSS
- Typescript
- Lucide Icons
- Shadcn UI
- Supabase
-
Clone the repository:
git clone <repository-url>
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
Open http://localhost:3000 with your browser to see the result.
Feel free to contribute to this boilerplate by submitting pull requests.