https://github.com/mitchuman/bigcommerce-blank-theme
The bare minimum boilerplate BigCommerce Stencil theme with opinionated styling (Tailwind v4)
https://github.com/mitchuman/bigcommerce-blank-theme
bigcommerce bigcommerce-stencil bigcommerce-theme handlebars stencil tailwind-v4 tailwindcss
Last synced: 18 days ago
JSON representation
The bare minimum boilerplate BigCommerce Stencil theme with opinionated styling (Tailwind v4)
- Host: GitHub
- URL: https://github.com/mitchuman/bigcommerce-blank-theme
- Owner: mitchuman
- Created: 2024-12-04T22:51:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T22:56:58.000Z (5 months ago)
- Last Synced: 2025-03-27T01:46:34.822Z (about 1 month ago)
- Topics: bigcommerce, bigcommerce-stencil, bigcommerce-theme, handlebars, stencil, tailwind-v4, tailwindcss
- Language: HTML
- Homepage:
- Size: 264 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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
```