Simple boilerplate setup for developing Shopify Themes.
-
$ 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.