🖋️Scripts
The following npm scripts run from ./assets.package.json
install
install
This script runs the _install-dev-dependencies.js
node script which installs the development dependencies in the ./node_modules
and copies required ignore files.
dev
dev
Runs a parallel watch script for esbuild
and tailwindcss
to automatically compile any changes as they are made.
tailwindcss
tailwindcss
Runs tailwindcss watch script
esbuild
esbuild
Runs TypeScript compilation as a watch script
shopify:pull
shopify:pull
Pulls any changes made to the configured theme into the local codebase
This can override local changes.
shopify:serve
shopify:serve
Serves local changes onto the configured Shopify Theme, and allows for easy development on http://127.0.0.1:9292/
shopify:create
shopify:create
Creates a new Theme based on the codebase on your configured store.
Last updated