Template for big react projects, bundled by Vite, buffed as steroids.
- Tailwind CSS - For quick class styling.
- Mantine - For UI Components and some decent hooks.
- Axios - For http request handlers.
- Tanstack Query - For caching fetched/requested data.
- React Router - For routing in react.
- Zod - For input/data validations.
- Install dependencies
pnpm install
- Run Development Server (only for local)
pnpm dev
- Format the project (warning: your code will be overwritten)
pnpm format
- Check the coding format & build (is the commit eligible for production?)
pnpm check
All made with 💉 by: @sofyanox12