https://github.com/bluzzi/nextjs-template
A template for NextJS with TS, Tailwind, Zustand, Zod, TanStack Query, React Hook Form, Zustand, Vitest, Playwright, Storybook.
https://github.com/bluzzi/nextjs-template
Last synced: 8 months ago
JSON representation
A template for NextJS with TS, Tailwind, Zustand, Zod, TanStack Query, React Hook Form, Zustand, Vitest, Playwright, Storybook.
- Host: GitHub
- URL: https://github.com/bluzzi/nextjs-template
- Owner: Bluzzi
- License: mit
- Created: 2023-04-09T08:07:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T05:55:20.000Z (about 3 years ago)
- Last Synced: 2025-01-08T21:43:20.547Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextJS Template
A template for NextJS with TS, Tailwind, Zustand, Zod, TanStack Query, React Hook Form, Zustand, Vitest, Playwright, Storybook. Use it as a boilerplate to bootstrap your project!
## Commandes
**Warnings**
The usage of this package required `PNPM` (requirement), you can install it using the `npn i -g pnpm` then follow the instruction.
[Commands List](./docs/commands.md)
## Technical Stack
Here is the list of the various stack used in this project, please see the documentation link below
[Technical Stack](./docs/stack.md)
## Architecture
[Tree files](./docs/folders.md)
[Naming convention of files](./docs/file-name.md)
## Env Variable
The env variables are stored in the `.env` at the root folder (You need to create it yourself)
```env
NEXT_PUBLIC_API_URL="http://localhost:4000"
```