- Install Node (with npm): http://nodejs.org/#download
- Install Sass: http://sass-lang.com/download.html
- Install Compass: http://compass-style.org/
-
Install it (only once):
npm install -g generator-zurb-foundation
-
Create a new folder and cd into it:
mkdir foundation-project && cd $_
-
Run
yo zurb-foundation
-
Run
grunt
to build andgrunt server
to preview -
Run
grunt dalek
to execute cross browser tests with dalekjs
-
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished. -
--test-framework=[framework]
Defaults to
mocha
. Can be switched for another supported testing framework likejasmine
.