soheimam / shopify-development-boilerplate

Shopify Themekit setup with ESLint, Webpack and Babel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Liquid 98.2%Language:JavaScript 1.8%