Skip to content

A boilerplate for Next.js 15 and React 19 projects.

Notifications You must be signed in to change notification settings

enzodevs/nextjs-template

Repository files navigation

Next.js 15 & React 19 Boilerplate

A boilerplate for Next.js 15 and React 19 projects.

Features

  • Next.js 15
  • React 19
  • Tailwind CSS
  • Typescript
  • Lucide Icons
  • Shadcn UI
  • Supabase

Getting Started

  1. Clone the repository:

    git clone <repository-url>
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev

Open http://localhost:3000 with your browser to see the result.

Contributing

Feel free to contribute to this boilerplate by submitting pull requests.