The bare minimum setup for a BigCommerce Stencil theme with some opinionated styling.
Start local stencil server:
npm run dev
Watch for changes to CSS and TS files:
npm run styles:dev
npm run scripts:dev
Minify styles and scripts, then bundle theme into a .zip file:
npm run build
Minify + bundle + push theme to BigCommerce:
npm run push