Skip to content

sofyanox12/react-steroid-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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