Skip to main content

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

SubdirectoryDescription
coreCore files bundled in theme.js
entrypointsThe entry points for your theme
islandsThe interactive islands in your theme
libTheme specific libraries
stylesThe styles of your theme