This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
- Collections Page
- Product Details Page
- Authentication Page
- Chackout and Order Details Page
- Admin Dashboard
- Error route -> Auto Redirect to Home Page
Here I have actually keep the frontend of Clothify web application.
First, clone the repo:
git clone https://github.com/Rounak00/clothify_client.git
For frontend find .env by search import.meta.env as its a vite project
at root/frontend> npm install
at root.frontend> npm run dev
at root> npm run build
at root> npm run start