A template repository that helps you to get started with your Next.js and ShadCN projects with one click!
This repository contains the Next.js APP Router scaffolding along with all shadcn configurations and components. You can use this repository in a couple of ways:
- Just fork it and use it as your own.
- Create a repository by clicking on the
Use this template
button at the top-right of the page.
-
First install the dependencies using
npm install
or equivalents like yarn, pnpm, or byn. -
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
Liked my work? You can show your support with a STAR(⭐). I am an independent educator who creates meaningful projects to teach programming. You can support me further by sponsoring me on GitHub.