Question

Anyone have any idea about how to Create custom theme in PWA Studio Magento2 ?

Was it helpful?

Solution 2

I have created new theme under pwa-studio/packages/custom and copy all files from venia-concept

I have changed in below files :

Added below code in pwa-studio/lerna.json

"packages/custom"

and

Added below code in pwa-studio/package.json

"watch:custom": "cd packages/custom && npm run -s watch; cd - >/dev/null"

OTHER TIPS

We are creating a custom theme based on pwa-studio with this repo https://github.com/Jordaneisenburger/fallback-studio

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top