This project is a minimal setup to get React working with Vite, Tailwind CSS, and HMR (Hot Module Replacement) for a smooth development experience. It includes some ESLint rules to ensure code quality and consistency.
- Fast Development: Vite offers fast hot module replacement (HMR) for a smooth development experience.
- Tailwind CSS: Utility-first CSS framework for rapidly building custom designs.
- ESLint: Configured to enforce code quality and consistency across the codebase.
Follow these steps to get your project up and running:
- Clone the repository:
git clone <repository-url> cd <project-directory> npm install npm run dev