tailwind-ecommerce
# Tailwind E-commerce A collection of free E-commerce website page templates, built with the utility-first Tailwind CSS framework.<br> MIT licensed - free for personal and commercial use. ## Templates Preview <details open="true"><summary><strong>Homepage</strong></summary><br> <img width="350px" src="/src/assets/images/preview-main-page.jpeg" alt="Homepage"> </details> <details><summary><strong>Catalog</strong></summary><br> <img width="350px" src="/src/assets/images/preview-catalog-page.jpeg" alt="Catalog"> </details> <details><summary><strong>Product overview</strong></summary><br> <img width="350px" src="/src/assets/images/preview-product-overview-page.jpeg" alt="Product overview screenshot"> </details> <details><summary><strong>Account page</strong></summary><br> <img width="350px" src="/src/assets/images/preview-account-page.jpeg" alt="Account page screenshot"> </details> <details><summary><strong>Wishlist</strong></summary><br> <img width="350px" src="/src/assets/images/preview-wishlist-page.jpeg" alt="Wishlist preview"> </details> ## Getting started 1. Clone the project ``` git clone https://github.com/bbulakh/tailwind-ecommerce.git ``` 2. Install the dependencies: ``` npm install ``` 3. Run the project ``` # Start server npm run start # or Build npm run build ``` ## Live demo Check the live demo here: [https://tailwind-ecommerce-demo.vercel.app/](https://tailwind-ecommerce-demo.vercel.app/) ## License [The MIT License (MIT)](https://github.com/bbulakh/tailwind-ecommerce/blob/main/LICENSE)