https://github.com/chiedev/shopify-theme-clean-slate
A clean slate for Shopify theme development
https://github.com/chiedev/shopify-theme-clean-slate
Last synced: 5 months ago
JSON representation
A clean slate for Shopify theme development
- Host: GitHub
- URL: https://github.com/chiedev/shopify-theme-clean-slate
- Owner: chiedev
- Created: 2020-08-17T14:00:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T14:00:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T02:12:47.470Z (over 1 year ago)
- Language: Liquid
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify Theme
A clean slate for developing Shopify theme from scratch.
```
├─── assets
| ├─── style.scss
├─── config
| ├─── settings_schema.json
├─── layout
| ├─── theme.liquid
├─── sections
├─── templates
| ├─── 404.liquid
| ├─── article.liquid
| ├─── blog.liquid
| ├─── cart.liquid
| ├─── collection.liquid
| ├─── index.liquid
| ├─── list-collections.liquid
| ├─── page.liquid
| ├─── password.liquid
| ├─── product.liquid
| ├─── search.liquid
├─── config.yml
```