Migrating to CMA & CSA
If you have already set up ScandiPWA with docker, you can upgrade to the new setup
Before You Start
Creating the New Setup
mkdir src/localmodules
cd src/localmodulesyarn create scandipwa-app <your-app-name>npx create-scandipwa-app <your-app-name>cd <your-app-name>git clone https://github.com/scandipwa/scandipwa
cd scandipwayarnBUILD_MODE=magento yarn startcd <your-app-name>
BUILD_MODE=magento npm startSwitching to the New Setup
Removing the Old Setup
Adding the New Setup
Making the Switch
Migrating the Code
Extension mechanism changes
Last updated