/shopify-webpack

webpack + themekit for modern shopify themes

Primary LanguageLiquid

Shopify Webpack Theme Development Tool

System Requirements

Getting Started

  • Download this repo as a zip, and run npm install from the root directory.
  • Update example.config.yml with private app password, theme ID, and store .myshopify.com domain
  • Rename example.config.yml to config.yml
  • Run npm run deploy to build theme in production mode and deploy to target theme from config.yml
    • this is destructive.
  • Run npm start to begin watching files and pushing updates