Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 465 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 465 Bytes

BigCommerce Blank Stencil Theme

The bare minimum setup for a BigCommerce Stencil theme with some opinionated styling.

Development

Start local stencil server:

npm run dev

Watch for changes to CSS and TS files:

npm run styles:dev
npm run scripts:dev

Bundling

Minify styles and scripts, then bundle theme into a .zip file:

npm run build

Pushing

Minify + bundle + push theme to BigCommerce:

npm run push