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

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.

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