A blank theme to get you started with Shopify theme dev, featuring Laravel Mix + TailwindCSS.
- Ensure you have the latest version of Node and ThemeKit installed
- Clone this repo
- Run
npm install
- Duplicate
variables-example
and rename it tovariables
. Add your Store URL, API password and the IDs of your development and production theme (if applicable) - Run
npm run deploy
to deploy the initial theme to Shopify
npm run dev
– starts asset compilation andtheme watch
commandnpm run deploy:dev
– deploys to dev themenpm run deploy:prod
– deploys to production theme