Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitchuman/bigcommerce-blank-theme

The bare minimum setup for a BigCommerce Stencil theme with some opinionated styling.
https://github.com/mitchuman/bigcommerce-blank-theme

bigcommerce bigcommerce-stencil bigcommerce-theme handlebars stencil

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# BigCommerce Blank Stencil Theme

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

## Development

Start local stencil server:

```sh
npm run dev
```

Watch for changes to CSS and TS files:

```sh
npm run styles:dev
npm run scripts:dev
```

## Bundling

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

```sh
npm run build
```

## Pushing

Minify + bundle + push theme to BigCommerce:

```sh
npm run push
```