/tailwind-css-ecommerce-website-template

Tailwind CSS based ecommerce website template

Primary LanguageHTML

Tailwind Ecommerce Website template

Tailwind CSS based ecommerce website template

Figma design https://www.figma.com/community/file/1248997059003804373

Running Locally and Building

# 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