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
pnpmas your package manager - Use
pnpm run devto start the development server - Use
pnpm run buildto build the project - Use
pnpm run startto start the production server - Use
pnpm run testto run the tests - Use
pnpm run lintto run the linting - Use
pnpm run formatto format the code
See docs/WINDOWS.md