Frontend Boilerplate with Zurb's Foundation 5.
A simple starting point with Foundation 5 with custom Grunt setup compiling javascript and Sass files with Libsass.
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- Grunt: Run
[sudo] npm install -g grunt-cli
It is simple to use, just follow the step-by-step.
- Clone or download the project.
- Inside the project folder, open your Terminal and type npm install.
- Run grunt command when you have made changes to the Sass-files located in the 'assets' folder.
- Enjoy!