A minimal and modern React starter kit using Vite, Tailwind CSS, Zustand, Axios, and React Router β designed for fast development and clean architecture.
- βοΈ React (with Vite)
- π¨ Tailwind CSS
- π¦ Zustand (State Management)
- π Axios (API Calls)
- π React Router v6
- π§Ή ESLint + Prettier
git clone https://github.com/suzit-10/react-base-setup.git
cd react-base-setup
npm install
npm run dev