This is a starter kit to small projects and pocs. It will offer you some configurations out-of-the-box, but won't contain any significant amount of code. Feel free to use it as it is.
- NextJS
- ReactQuery
- For NextJS App Router use this config
- For dehydrate data, check here - a little bit down for
app router
- TailwindCSS
- shadcn/ui
- jotai
- vitest
- react-hook-form
- zod
- pnpm
- Use
pnpm
as your package manager - Use
pnpm run dev
to start the development server - Use
pnpm run build
to build the project - Use
pnpm run start
to start the production server - Use
pnpm run test
to run the tests - Use
pnpm run lint
to run the linting - Use
pnpm run format
to format the code
See docs/WINDOWS.md