Directory Structure
A high-level overview of how files are organized in Scandi
When creating an app for the first time, the folder structure of the application will look as follows:
There public
and src
folders are empty. Do not panic! You will use them to create overrides. The application should compile with them being empty!
ScandiPWA theme src
structure
src
structureScandiPWA theme (aka. your parent theme) has the same root folder structure, but much more files in the src
folder. They are structured as follows:
More information about the structure and contents of these folders:
CMA (Create Magento App) structure
CMA structure is similar to the default Magento folder structure, but with a package.json
file in the root directory. For more details, refer to the official CMA guide.
Last updated