Yeoman generator that scaffolds out a Zurb Foundation 5 web app.
- 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-foundation-five -
Create a new folder and cd into it:
mkdir foundation-project && cd $_ -
Run
yo foundation-five -
Run
bower install -
Run
gruntto build andgrunt serveto preview -
Run
grunt dalekto execute cross browser tests with dalekjs
-
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished. -
--test-framework=[framework]Defaults to
mocha. Can be switched for another supported testing framework likejasmine.


