This is a Shopify 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 - Create
.db&distdirectory 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