Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Slate | 1,287 | 24 | 13 | 2 years ago | 29 | November 22, 2018 | 191 | mit | JavaScript | |
Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes. | ||||||||||
Themekit | 983 | 3 months ago | 58 | June 23, 2021 | 93 | mit | Go | |||
Shopify theme development command line tool. | ||||||||||
Timber | 923 | 3 | 5 years ago | August 25, 2016 | 50 | mit | Liquid | |||
The ultimate Shopify theme framework, built by Shopify. | ||||||||||
Awesome Shopify | 634 | a year ago | cc0-1.0 | |||||||
📌✨A curated list of awesome Shopify resources, libraries and open source projects. | ||||||||||
Shopify Theme Lab | 519 | a year ago | 2 | mit | JavaScript | |||||
Shopify theme development environment using Liquid, Vue and Tailwind CSS. Built on top of Shopify CLI 🧪 | ||||||||||
Theme Scripts | 462 | 19 | 6 | 2 months ago | 17 | March 15, 2021 | 66 | mit | JavaScript | |
Theme Scripts is a collection of utility libraries which help theme developers with problems unique to Shopify Themes. | ||||||||||
Starter Theme | 456 | a month ago | 56 | mit | Liquid | |||||
The Shopify Themes Team opinionated starting point for new a Slate project | ||||||||||
Cartjs | 437 | 5 | 2 years ago | 27 | November 14, 2020 | 44 | mit | CoffeeScript | ||
A Javascript library to power cart management for Shopify themes. | ||||||||||
Slater | 348 | 1 | 3 | a year ago | 49 | April 14, 2020 | 62 | Liquid | ||
🛠 Shopify development toolkit | ||||||||||
Theme Check | 304 | 1 | 12 days ago | 49 | December 12, 2022 | 89 | other | Ruby | ||
The Ultimate Shopify Theme Linter |
This repository contains the code for the demo store used in my free Skillshare course, "Advanced Shopify Theme Development". All of the changes I make to the demo store during the course screencasts are available here in chronological order, so that you can step through, review, and understand each change.
When you're done working your way through the course, don't forget to try your hand at the class project, which will test the skills taught in this course in a real-world scenario.
If you're not super familiar with git or GitHub (both worthwhile to learn - I'd recommend it!), I'll give you the whirlwind tour. By reading the commit history of this repository, you can see a chronology of the changes made to the demo theme during the course.
If you'd like to walk through and implement the changes as you work through the course, you can download the initial theme as a ZIP file, then upload it to a development Shopify store. Alternatively, you can clone this repository to your local machine, revert to the initial commit, and work from there.
The four lessons from the Skillshare course relevant to this repository are:
You can download a zipped version of the theme at any point in time from the releases page.
A huge thanks to both Shopify and Skillshare for making this course possible. Special thanks to Keir Whitaker (Shopify) and Elliot Curtis (Skillshare).