https://github.com/xieyezi/next-start-template
nextjs starter template with Shadcn UI + TailwindCSS + Zustand
https://github.com/xieyezi/next-start-template
Last synced: 7 months ago
JSON representation
nextjs starter template with Shadcn UI + TailwindCSS + Zustand
- Host: GitHub
- URL: https://github.com/xieyezi/next-start-template
- Owner: xieyezi
- Created: 2024-05-28T02:27:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T02:28:07.000Z (over 1 year ago)
- Last Synced: 2025-03-25T23:36:50.047Z (7 months ago)
- Language: TypeScript
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This is a starter template using the following stack:
- Framework - [Next.js 14](https://nextjs.org/13)
- Language - [TypeScript](https://www.typescriptlang.org)
- Styling - [Tailwind CSS](https://tailwindcss.com)
- Components - [Shadcn-ui](https://ui.shadcn.com)
- Request - [SWR](https://swr.vercel.app/zh-CN)
- Schema Validations - [Zod](https://zod.dev)
- State Management - [Zustand](https://zustand-demo.pmnd.rs)
- Auth - [Auth.js](https://authjs.dev/)
- Forms - [React Hook Form](https://ui.shadcn.com/docs/components/form)
- Linting - [ESLint](https://eslint.org)
- Formatting - [Prettier](https://prettier.io)## Getting Started
```
pnpm installpnpm dev
```