Skip to content

baggy-studio/shopify-boilerplate

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published