{"id":19312168,"url":"https://github.com/bigcommerce/themes-lib-skeleton","last_synced_at":"2026-03-19T09:14:01.041Z","repository":{"id":44842314,"uuid":"373508446","full_name":"bigcommerce/themes-lib-skeleton","owner":"bigcommerce","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-26T15:15:40.000Z","size":628,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-06T02:27:23.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigcommerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-03T13:00:01.000Z","updated_at":"2021-06-11T16:17:11.000Z","dependencies_parsed_at":"2022-08-25T11:01:53.921Z","dependency_job_id":null,"html_url":"https://github.com/bigcommerce/themes-lib-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fthemes-lib-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fthemes-lib-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fthemes-lib-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fthemes-lib-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigcommerce","download_url":"https://codeload.github.com/bigcommerce/themes-lib-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415212,"owners_count":19797599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T00:33:24.997Z","updated_at":"2025-11-17T09:04:19.560Z","avatar_url":"https://github.com/bigcommerce.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Bigcommerce Skeleton Theme\n\nA stripped-down version of Bigcommerce's official [Stencil](https://github.com/bigcommerce/stencil) theme. Very much a WIP (stands for 'work in progress').\n\n\n## Dependencies\n\n### [stencil-cli](https://github.com/bigcommerce/stencil-cli)\n\nDevelopment platform for stencil themes. Install this globally with NPM.\n\n### [stencil-utils](https://github.com/bigcommerce/stencil-utils)\n\nProvides theme hooks and api calls for stencil themes. Added to themes with JSPM. Comes bundled with this skeleton.\n\n### [bc-core](https://bitbucket.org/pixelunion/bc-core)\n\nShared templates for our stencil themes. Not bundled with this skeleton. Run the install script included in bc-core to add it to your theme.\n\n\n## Webpack\n\nWebpack is now being used as our module bundler. It can be installed globally:\n\n```\n$ npm install -g webpack\n```\n\n### Installation\n\n```\nnpm install\n```\n\nOnce the dependencies are installed, all you have to do is\n\n```\nstencil init\n\nstencil start\n```\n\n\n## Theme Directory Structure\n\n### SCSS\n```\nscss\n  |-- modules/\n  |-- general/\n  |-- pages/\n  +-- theme.scss\n\n```\n\n##### general/\nAll your global styles.\n\n##### pages/\nPage-specific: `_home.scss`, `_blog-post.scss` etc.\n\n##### modules/\nFor overrides to any modules you may need. If you've got a `carousel` module and you want different arrow colours or the like, drop a `_carousel.scss` in here.\n\n### JS\n```\njs\n  |-- theme/\n  |-- app.js\n  +-- page-manager.js\n\n```\n...\n\n### Templates\n```\ntemplates\n  |-- components/\n  |-- layout/\n  +-- pages/\n\n```\n\n### Notes\n\n#### Quick Shop\nWhen developing a quick shop, all the base functions you'll need reside within `product-utils.js`—use these.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigcommerce%2Fthemes-lib-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigcommerce%2Fthemes-lib-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigcommerce%2Fthemes-lib-skeleton/lists"}