Templates
Structure
templates/
├── my-store/
│ ├── configuration.ts # Metadata, header, and footer
│ └── pages/
│ ├── home.ts # Home page sections
│ ├── product.ts # Product page (storefront)
│ ├── catalog.ts # Catalog page (storefront)
│ ├── category.ts # Category page (storefront)
│ └── about.ts # Custom page
├── assets/ # Shared template assets (cover images, etc.)
layouts/
├── product/ # Product page layouts
├── catalog/ # Catalog page layouts
└── category/ # Category page layoutsKey Concepts
Scaffolding
Last updated
Was this helpful?
