Skip to content

whoiskjl/shopify-development-boilerplate

 
 

Repository files navigation

Shopify Theme Developer Boilerplate

Simple boilerplate setup for developing Shopify Themes.

Commands

  • $ yarn production
    Build CSS and JS assets for production environment.

  • $ yarn dev
    Build CSS and JS assets for development environment.

  • $ yarn watch
    Watch for changes in CSS and JS assets, and build them for development environment.

  • $ yarn lint
    Run ESLint on JavaScript resources.

  • $ theme watch
    Watch for file changes, and upload them to Shopify theme.

  • $ theme deploy
    Deploy all files to Shopify theme.

Stack

About

Shopify Themekit setup with ESLint, Webpack and Babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Liquid 98.2%
  • JavaScript 1.8%