Skip to content

abduvik/wp-shopify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify SaaS Clone using WordPress, WooCommerce, WPCS & k8s

This is a Shopify Clone build using various technologies to illustrate how easy it is to build SaaS products using WordPress

Building Shopify SaaS Clone using WordPress, WooCommerce, WPCS & k8s

Local Development

Required tools

  • Docker and Docker-Compose
  • Composer
  • fswarch & rsync

Steps

  • git clone the project
  • Run composer install inside src directory
  • Create .db & dist directory in the root
  • Run docker-compose up
  • Run the following command to sync files between src and dist

fswatch -o src | xargs -n1 -I{} rsync -a src/ dist/plugins/wpcs-woo-subscriptions