Getting Zurb Foundation using npm
This package shows how you can include the most advanced responsive front-end framework in the world.
Getting started
Clone this repo
git clone git@github.com:alucic/foundation-npm-gulp.git
cd foundation-npm-gulp
Install all dependencies
npm install
Compile sample scss
gulp sass
Run server
http-server -p 3000
or npm run server
Note
To run server you'll have to install globaly simple node http server. If you already don't have it, trust me you'll like it.
npm install http-server -g