Directory Structure
A high-level overview of how files are organized in Scandi
π my-app
βββ π README.md
βββ π composer.json
βββ π i18n
βββ π magento
| βββ π etc
| | βββ π view.xml
| βββ π registration.php
| βββ π theme.xml
βββ π node_modules
βββ π package.json
βββ π public
βββ π src
βββ π yarn.lockScandiPWA theme src structure
src structureπ src
βββ π component # a place for all components
βββ π query # a place for GraphQL queries
βββ π route # a place for all root pages
βββ π store # a Redux store declarations
βββ π type # a PropType declarations
βββ π util # all utility functions
βββ π index.js # application entrypoint
βββ π service-worker.js # service worker entrypointCMA (Create Magento App) structure
Last updated