https://github.com/tailwindcomponents/e-commerce
🧧🕹 E-commerce website built with Tailwind CSS
https://github.com/tailwindcomponents/e-commerce
tailwindcomponents tailwindcss uikit
Last synced: 5 months ago
JSON representation
🧧🕹 E-commerce website built with Tailwind CSS
- Host: GitHub
- URL: https://github.com/tailwindcomponents/e-commerce
- Owner: tailwindcomponents
- License: mit
- Created: 2020-07-10T17:45:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T19:28:07.000Z (over 3 years ago)
- Last Synced: 2024-08-03T22:15:29.961Z (9 months ago)
- Topics: tailwindcomponents, tailwindcss, uikit
- Language: Blade
- Homepage: https://tailwindcomponents.com/component/e-commerce-home-page
- Size: 1.75 MB
- Stars: 148
- Watchers: 5
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - tailwindcomponents/e-commerce - 🧧🕹 E-commerce website built with Tailwind CSS (Blade)
README
🕹 Start template for e-commerce projects build with Tailwindcss, Alpinejs and Laravel blade.
Live [Demo](https://ecommerce-tailwindcomponents.netlify.app)
## Resources
- [Jigsaw](https://jigsaw.tighten.co)
- [Tailwindcss](https://tailwindcss.com)
- [AlpineJS](https://github.com/alpinejs/alpine)
- [Heroicons](https://heroicons.dev)## Screenshots
### Project setup
```
composer install && npm install
```### Compiles and hot-reloads for development
```
npm run watch
vendor/bin/jigsaw serve
```### Compiles and minifies for production
```
npm run production
vendor/bin/jigsaw serve
```