1aurabrown / peoples-2020

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


Languages

Language:Liquid 41.2%Language:CSS 29.7%Language:JavaScript 29.1%