Skip to content

NicoBocq/next-boilerplate

Repository files navigation

Simple Next.js boilerplate.

Getting Started

First, run the development server:

pnpm dev

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

Dependencies

Custom components

  • icon with Lucide icons,
  • customLink (styled with buttonVariants from Shadcn),
  • customFormSubmit (loading implemented and styled with buttonVariants from Shadcn),