Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 820 Bytes

ThemeKit Boilerplate

A boilerplate for Shopify ThemeKit using Tailwind and Laravel Mix

Installation

  1. Login to Shopify and create a private app. Set the permissions of Theme templates and Theme assets to Read and write
  2. Add a new variables file (no extension) at the root of the project
  3. Add your API password, theme ID and store URL:
DEV_PASSWD=[your-dev-password] 
DEV_THEMEID=[your-theme-id]
DEV_SHOP=[your-store.myshopify.com]
  1. Add a new .env file containing the URL of your store (this is for Browsersync)
STORE=https://[storename].myshopify.com
  1. Run npm install to install dependencies
  2. Run npm run dev to start development
  3. Run npm run deploy to push production files to Shopify