This template provides a minimal setup to get React working with Vite, including HMR (Hot Module Replacement) and some ESLint rule.
Currently, two official plugins are available:
- @vitejs/plugin-react: Uses Babel for Fast Refresh.
- @vitejs/plugin-react-swc: Uses SWC for Fast Refresh.
- Fast Refresh: Ensures a seamless development experience.
- Minimal Setup: Quickly get started with React and Vite.
- ESLint Rules: Enforces code quality and consistency.
Follow these steps to get started with this template:
- Clone the repository:
git clone https://github.com/mukeshy2005/E-COMM.git cd E-COMM npm install npm run dev Would you like to make any further modifications to this content?