Clone repository
$ git clone https://github.com/google/web-starter-kit.git
$ cd web-starter-kit/app
Installing tooling
# Node
$ node -v
v0.10x
# Ruby
$ ruby -v
ruby 1.8.7
$ gem --version
2.0.14
# Sass
$ sudo gem install sass
$ sass -v
Sass 3.3.14
# Gulp
$ sudo npm install --global gulp
$ gulp -v
CLI version 3.8.7
Local version 3.8.7
$ cd web-starter-kit
$ sudo npm install
gulpで以下のエラーが発生し、未解決 2014-08-07
Error: Cannot find module
Build Project
$ cd web-starter-kit
$ gulp
Stage the build output
$ cd web-starter-kit
$ gulp serve