Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```