An open API service indexing awesome lists of open source software.

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.

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!

![image](https://github.com/user-attachments/assets/f0e47dbf-2745-44e9-98b8-b41b5002e6d1)

## 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).