Skip to content

Latest commit

Β 

History

History
20 lines (15 loc) Β· 508 Bytes

File metadata and controls

20 lines (15 loc) Β· 508 Bytes

React Base Setup

A minimal and modern React starter kit using Vite, Tailwind CSS, Zustand, Axios, and React Router β€” designed for fast development and clean architecture.

πŸ”§ Tech Stack

  • βš›οΈ React (with Vite)
  • 🎨 Tailwind CSS
  • πŸ“¦ Zustand (State Management)
  • 🌐 Axios (API Calls)
  • πŸ”€ React Router v6
  • 🧹 ESLint + Prettier

πŸš€ Getting Started

git clone https://github.com/suzit-10/react-base-setup.git
cd react-base-setup
npm install
npm run dev