An open API service indexing awesome lists of open source software.

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

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
```