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

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

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 install

pnpm dev
```