https://github.com/atapas/nextshad
A template repository with the Next.js + ShandCN Scaffolding created for anyone who doesn't want to go through the installation repeatedly.
https://github.com/atapas/nextshad
nextjs shadcn tapascript template-repository
Last synced: 7 months ago
JSON representation
A template repository with the Next.js + ShandCN Scaffolding created for anyone who doesn't want to go through the installation repeatedly.
- Host: GitHub
- URL: https://github.com/atapas/nextshad
- Owner: atapas
- License: mit
- Created: 2024-09-12T06:43:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T13:41:01.000Z (over 1 year ago)
- Last Synced: 2025-07-18T20:14:06.686Z (7 months ago)
- Topics: nextjs, shadcn, tapascript, template-repository
- Language: JavaScript
- Homepage: https://nextshad.vercel.app
- Size: 353 KB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextShad
A template repository that helps you to get started with your Next.js and ShadCN projects with one click!

## Usages
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:
1. Just fork it and use it as your own.
2. Create a repository by clicking on the `Use this template` button at the top-right of the page.
## Getting Started
- First install the dependencies using `npm install` or equivalents like yarn, pnpm, or byn.
- Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](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.
## 🫶 Support
> 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](https://github.com/sponsors/atapas).