Skip to content

abduvik/wp-wix-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wix SaaS Clone using WordPress, WooCommerce, WPCS & k8s

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

Building Wix 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
  • Run to create dist directories mkdir dist && mkdir dist/host && mkdir dist/client
  • Run docker-compose up
  • Run the following command to sync files between src and dist
fswatch -o packages/wix-host | xargs -n1 -I{} rsync -a packages/wix-host dist/host/plugins
fswatch -o packages/wix-client | xargs -n1 -I{} rsync -a packages/wix-client dist/client/plugins

Building

Run the following command to build the plugins

bash scripts/build.sh