Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Chopstick Boilerplate is a web project starter that combines Chopstick SCSS, Jekyll, and Gulp for static sites, styleguides, and prototypes.
Chopstick Boilerplate is a GitHub-hosted boilerplate for designing bespoke web projects, combining the Chopstick SCSS framework with Jekyll and Gulp to produce static sites, styleguides, and HTML prototypes.
Chopstick Boilerplate is a project starter maintained by the GetChopstick team on GitHub. It gives you a folder structure and a set of tools for building web projects: the Chopstick SCSS framework for styling, Jekyll for templating and static site generation, and Gulp for task automation and a BrowserSync development server. You clone or download the repository, run the install script, and start editing SCSS and content files that compile into a browser-viewable site.
gulp watch starts a BrowserSync server and watches files for changes, with additional gulp commands documented in the wiki.sh install.sh checks for Ruby and Node, then downloads required packages; manual installation steps are also documented.gulp watch on a BrowserSync server.After installing Ruby and Node, run sh install.sh from the project root to check package managers and download dependencies. Then gulp watch starts a BrowserSync server that reloads when you edit files; the SCSS is compiled from the Chopstick framework partials plus your project-specific component layer.
Chopstick Boilerplate needs Ruby with rubygems, plus Node.js with npm. The automated install script checks for these and downloads the required packages; manual installation instructions are available in the project wiki.
Yes — the project states that Internet Explorer is supported from IE10 and up, alongside the latest versions of Chrome, Firefox, Safari, and mobile browsers on Android, iPhone, and Windows Phone.
The repository is hosted on GitHub under the GetChopstick organization and contributions via pull requests are encouraged; no licensing or pricing details are stated in the README.
Help is available on Twitter at @GetChopstick and in a Slack channel accessible via the project's README link. There are also wiki pages covering installation, gulp commands, and SCSS partials.