Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.07 KB

A Steroid 💉 React Template.

Template for big react projects, bundled by Vite, buffed as steroids.

Important Note: Please Use pnpm Package Manager for a better experience with this template!

💪 - Major Packages included:


  1. Tailwind CSS - For quick class styling.
  2. Mantine - For UI Components and some decent hooks.
  3. Axios - For http request handlers.
  4. Tanstack Query - For caching fetched/requested data.
  5. React Router - For routing in react.
  6. Zod - For input/data validations.

💪 - Available Commands:


  1. Install dependencies
pnpm install
  1. Run Development Server (only for local)
pnpm dev
  1. Format the project (warning: your code will be overwritten)
pnpm format
  1. Check the coding format & build (is the commit eligible for production?)
pnpm check

All made with 💉 by: @sofyanox12