Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilfredinni/next-starter-template
Next 14, App Router, Zustand/React Query, Tailwind CSS, Shadcn/ui and Dark Mode
https://github.com/wilfredinni/next-starter-template
app-router dark-mode nextjs nextjs13 react-query shadcn-ui tailwind zustand
Last synced: 3 months ago
JSON representation
Next 14, App Router, Zustand/React Query, Tailwind CSS, Shadcn/ui and Dark Mode
- Host: GitHub
- URL: https://github.com/wilfredinni/next-starter-template
- Owner: wilfredinni
- Created: 2023-09-06T01:09:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T12:37:34.000Z (4 months ago)
- Last Synced: 2024-10-01T00:43:12.985Z (4 months ago)
- Topics: app-router, dark-mode, nextjs, nextjs13, react-query, shadcn-ui, tailwind, zustand
- Language: TypeScript
- Homepage:
- Size: 462 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next 14 Starter Template
An minimal starter template for Next 14:
- [Turbo](https://vercel.com/solutions/turborepo) Ford developing and building.
- [Next 14 & App Router](https://nextjs.org/docs)
- [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction)
- [React Query](https://tanstack.com/query/latest/docs/react/overview)
- [Tailwind CSS](https://tailwindcss.com/docs/installation)
- [Shadcn/ui](https://ui.shadcn.com/docs)
- Dark Mode## Getting Started
### Developing
```bash
pnpm install
pnpm run dev
```### Building
Link to your Vercel account:
```bash
turbo login
```Build the project:
```bash
turbo build
```