Tailwind CSS based ecommerce website template
Figma design https://www.figma.com/community/file/1248997059003804373
# Install dependencies npm install # Run dev server with live preview (Browsersync) npx tailwindcss -i ./src/style/flowbite.css -o ./dist/flowbite.css --watch # Or make a production build npx tailwindcss -i ./src/style/flowbite.css -o ./dist/flowbite.css