A clean Shopify Online Store 2.0 theme built with Liquid and Tailwind CSS. This repository contains the theme source along with the compiled assets in assets/.
- Shopify CLI
- Node.js (for Tailwind build)
assets/- compiled CSS/JS and theme assetsconfig/- theme settings and schemalayout/- theme layout fileslocales/- translationssections/- reusable theme sectionssnippets/- partial templatessrc/- Tailwind source stylestemplates/- page templates
Clone the repository and install dependencies:
npm installCompile Tailwind CSS once:
npx @tailwindcss/cli -i ./src/tailwind.css -o ./assets/application.cssWatch for changes:
npx @tailwindcss/cli -i ./src/tailwind.css -o ./assets/application.css --watchStart a local theme preview:
shopify theme dev- Edit Liquid files in
sections/,snippets/, andtemplates/. - Update Tailwind styles in
src/tailwind.css, then rebuildassets/application.css.