A starter React application using Vite, Tailwind CSS, and Redux Toolkit.
npm run dev- start dev servernpm run build- production buildnpm run preview- preview production build
- Install dependencies:
npm install
- Start development server:
npm run dev
- Open the URL printed in the terminal (usually http://localhost:5173).
A sample counter slice is included at src/features/counter.
Utility classes are available; edit tailwind.config.js to customize theme.
npm run build
npm run preview
Generated scaffold.