Getting Started With Sass

5.5.3

http://foundation.zurb.com/sites/docs/v/5.5.3/

http://foundation.zurb.com/sites/docs/v/5.5.3/sass.html

$ sudo npm install -g bower grunt-cli
$ sudo gem install foundation
$ sudo gem install compass
$ foundation new MY_PROJECT
$ ls -l MY_PROJECT/
total 72
-rw-r--r--  1 hiroki  staff    78  3 26 19:21 Gemfile
-rw-r--r--  1 hiroki  staff   597  3 26 19:21 Gemfile.lock
-rw-r--r--  1 hiroki  staff   723  3 26 19:21 README.md
-rw-r--r--  1 hiroki  staff   149  3 26 19:21 bower.json
drwxr-xr-x  8 hiroki  staff   272  3 26 19:21 bower_components
-rw-r--r--  1 hiroki  staff   902  3 26 19:21 config.rb
-rw-r--r--  1 hiroki  staff   238  3 26 19:21 humans.txt
-rw-r--r--  1 hiroki  staff  7354  3 26 19:21 index.html
drwxr-xr-x  3 hiroki  staff   102  3 26 19:21 js
-rw-r--r--  1 hiroki  staff   106  3 26 19:21 robots.txt
drwxr-xr-x  4 hiroki  staff   136  3 26 19:21 scs
cd MY_PROJECT/
sudo gem install bundler

ここまででダウンロードしたファイルの説明

6.3.0

http://foundation.zurb.com/sites/docs/installation.html

$ git clone https://github.com/zurb/foundation-zurb-template projectname
$ cd projectname
$ npm install
$ bower install
$ npm start
[snip]
[BS] Access URLs:
 ------------------------------------
       Local: http://localhost:8000
    External: http://192.168.3.6:8000
 ------------------------------------
          UI: http://localhost:3001
 UI External: http://192.168.3.6:3001
 ------------------------------------
[BS] Serving files from: dist