Project Structure
This theme leverages the default Shopify theme folder structure and introduces the following directories, some of which have special behaviors.
└── cleanskin
└── .github
├── ISSUE_TEMPLATE
└── workflows
└── .husky
└── frontend
├── core
├── entrypoints
├── islands
├── lib
└── styles
└── cypress
├── e2e
└── support
└── schema
└── blocks
└── scripts
└── localSchematic
Frontend
| Subdirectory | Description |
|---|---|
core | Core files bundled in theme.js |
entrypoints | The entry points for your theme |
islands | The interactive islands in your theme |
lib | Theme specific libraries |
styles | The styles of your theme |