Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mitchuman/bigcommerce-blank-theme
- Owner: mitchuman
- Created: 2024-12-04T22:51:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T22:56:58.000Z (2 months ago)
- Last Synced: 2024-12-04T23:28:15.368Z (2 months ago)
- Topics: bigcommerce, bigcommerce-stencil, bigcommerce-theme, handlebars, stencil
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```