This is a Wix Clone build using various technologies to illustrate how easy it is to build SaaS products using WordPress
- Docker and Docker-Compose
- Composer
fswarch&rsync
git clonethe project- Run
composer installinsidesrcdirectory - 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/pluginsfswatch -o packages/wix-client | xargs -n1 -I{} rsync -a packages/wix-client dist/client/pluginsRun the following command to build the plugins
bash scripts/build.sh