Skip to content

imranhsayed/advanced-woocommerce-theme

Repository files navigation

Project Status: Active. code style: prettier

  • A WooCommerce theme Project for Advanced WooCommerce Theme Development Course. This theme uses Tailwindcss. Learn to build an Advanced WordPress Theme from scratch

Features

  • Custom Home page.
  • Single Product Page
  • Custom Cart Page
  • Custom Checkout Page

Uses

  • TailwindCSS
  • Webpack
  • Babel
  • Sass

Maintainer

Name Github Username
Imran Sayed @imranhsayed

Usage

  1. Clone the WordPress theme advanced-woocommerce-theme in your WordPress themes directory and activate it.
  2. Make sure WooCommerce plugin is active.

Development ( To be added )

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