- Node.js http://nodejs.org/
a. 使用しているPCのOSに合わせて、http://nodejs.org/download/ からインストーラーをダウンロードし、実行
b. MacOSの場合:
brew install node
- Ruby https://www.ruby-lang.org/ja/
a. Windowsの場合:http://rubyinstaller.org/downloads/ から最新のインストーラーをダウンロードし、実行
b. MacOSの場合はインストールされているはず。。
ruby -v
インストールされていなければ下記を実行
brew install ruby
- grunt-cli (任意)ただし、grunt-cliをインストールしない場合は
grunt
をnode_modules/grunt/node_modules/grunt-cli/bin/grunt
に読み替えること
npm -g isntall grunt-cli
- Compass
sudo gem install compass
- npm start (npm install + bower install + grunt build)
- npm install
- bower install
- grunt serve
- grunt serve:dist
- grunt build
0.0.0 base release.