- 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 installDuring development
cd assets
npm run devProduction
cd assets
npm run build