Frontend StarterKit is a barebones framework with gulp configured for rapid development.
CoffeeScript, SCSS, Zurb Foundation, and Bower are installed and configured.
git clone https://github.com/starterkits/frontend-starterkit.git
cd frontend-starterkit
npm install -g bower
npm install
# Build and watch assets
gulp
# Open index page in browser
open dist/index.html
# Compile assets for production
gulp clean
gulp build
- HTML2Jade – copy and paste html to conver to jade
- Modern SASS Workflow – blog post
These are useful utils that are not currently included in the starterkit.