By these people
Chopstick Boilerplate creates a structure and gives you the tools that allow you to easily design bespoke web projects.
Chopstick Boilerplate makes use of the Chopstick SCSS
framework. It adds tools like Jekyll and Gulp to simplify designing and building in the browser. The boilerplate can be used as a styleguide, to build static websites or to speed up making HTML prototypes.
Run the following command from the project root:
sh install.sh
This will check if package managers are installed and download required packages for you. If you prefer to install manually, please see manual installation.
Run the following command to load a browsersync server and watch your your files for changes:
gulp watch
More gulp commands are available
Project specific code should be written in the components layer. The Chopstick SCSS is maintained in separate repositories which are loaded with npm
. We believe these partials should be easy to update and configurable without writing new code.
Chopstick aims to support all modern browsers. This includes latest versions of Chrome, Firefox and Safari and the latest mobile browsers on Android, iPhone and Windows Phone. Internet explorer is currently supported starting from IE10 and up.
You are free to contribute to Chopstick via GitHub Pull Requests. We have a couple of simple guidelines we try to follow, of which most are taken from the CSS Tricks Sass Style Guide. Please refer to the CONTRIBUTING.md for more information