Advanced WooCommerce Theme ๐๏ธ
- A WooCommerce theme Project for Advanced WooCommerce Theme Development Course. This theme uses Tailwindcss. Learn to build an Advanced WordPress Theme from scratch
- Custom Home page.
- Single Product Page
- Custom Cart Page
- Custom Checkout Page
- TailwindCSS
- Webpack
- Babel
- Sass
Name | Github Username |
---|---|
Imran Sayed | @imranhsayed |
- Clone the WordPress theme advanced-woocommerce-theme in your WordPress themes directory and activate it.
- Make sure WooCommerce plugin is active.
Install
Clone the repo and run
cd advanced-woocommerce-theme/assets
npm install
During development
cd assets
npm run dev
Production
cd assets
npm run build