Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/o-az/nextjs-template

Next.js, TypeScript, Zustand (state management), TailwindCSS, Vitest, ESLint, Prettier
https://github.com/o-az/nextjs-template

nextjs tailwindcss template typescript vitest zustand

Last synced: 2 months ago
JSON representation

Next.js, TypeScript, Zustand (state management), TailwindCSS, Vitest, ESLint, Prettier

Awesome Lists containing this project

README

        

# Next Level Next.js Template

Get started right away:

```bash
npx degit github:o-az/nextjs-template
```


degit lets you clone a repo without git history

## Stack

### [`Next.js`](https://nextjs.org) (React Metaframework)

### [`TypeScript`](https://www.typescriptlang.org) (Type Safety)

### [`Zustand`](https://github.com/pmndrs/zustand) (State Management)

### [`TailwindCSS`](https://tailwindcss.com) (CSS Utility Library)

### [`Vitest`](https://vitest.dev) (Best-in-class testing library)

### [`ESLint`](https://eslint.org) (Linting)

### [`Prettier`](https://prettier.io) (Code Formatting - it's ok)

---

_Made by [`@o-az`](https://github.com/o-az)_