/skeletore

A Shopify 2.0 starter theme that uses Alpine.js and Tailwind CSS

Primary LanguageLiquid

Skeletore

A Shopify 2.0 starter theme that uses Alpine.js and Tailwind CSS.

Setup

1. Install Shopify CLI https://shopify.dev/apps/tools/cli/installation

2. Initialize theme

shopify theme init <THEME_NAME> --clone-url https://github.com/kennyalmendral/skeletore
cd <THEME_NAME>

3. Connect theme to Shopify store

shopify login --store=<STORE_NAME>.myshopify.com
shopify theme serve

4. Run the following command to install node modules and compile CSS/JS assets

npm i
npm run start

Just in case you encountered the Unauthorized access error, check out Shopify/shopify-cli#2059 (comment)