Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/o-az/nextjs-template
- Owner: o-az
- Created: 2023-03-22T23:54:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T05:33:18.000Z (about 1 year ago)
- Last Synced: 2024-10-07T22:22:24.660Z (3 months ago)
- Topics: nextjs, tailwindcss, template, typescript, vitest, zustand
- Language: TypeScript
- Homepage: https://next-level-template.vercel.app
- Size: 508 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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)_