This project is a clean, responsive frontend layout for an e-commerce website. It uses:
- ✅ TailwindCSS for styling
- ✅ TypeScript for type-safe scripting
- ✅ AOS for scroll-based animations
- ✅ Flowbite for UI components
- ✅ HTML & JS/TS – no frameworks
├── dist/ # Output compiled JS files ├── src/ │ ├── api | | ├──fetchAndRenderProducts.ts │ ├── showProductDetails.js │ ├── input.css # Tailwind input │ ├── output.css # Generated Tailwind CSS │ ├── index.html ├── tsconfig.json ├── tailwind.config.js ├── package.json
- npm install
- npm install flowbite
- npm run dev
- npm run build:ts