/starterkit

This is a simple starter kit for modern web fronted developer. Including Foundation and Gruntfiles for jade, compass, jshint and a little nodjs server

Primary LanguageCSS

Starterkit

This is a simple starter kit for modern web frontend development. Including Foundation and Gruntfiles for jade, compass, jshint and a little nodejs server

It's intented for personal use, but feel free to reuse or what else. In the package you'll find a modified version of Zurb Foundation 5 with:

  • Support for ie8.
  • Jade used for generate html
  • Compass with sass syntax
  • Jshint
  • Livereload
  • and Grunt for watchers and server

How to use

Simply clone the repository and run the commands: npm install and: bower install
This will install all the Foundation dipendencies. After you can start the magic with: grunt start

There are other grunt tasks ready:

watcher compass: grunt start-compass

only server: grunt start-server

only jade watcher: grunt start-jade

only live reload: grunt start-livereload

You can easily modify Gruntfile.js for combine them together

If you want change the app folder name or location, rename/move it and change:

  • the variable: app in Gruntfile.js file (the first after the grunt initConfig)
  • the variable: directory in .bowerrc file
  • and the variable: add_import_path in config.rb

Dependencies

You need to have node.js, grunt.js, Ruby, SASS and Compass installed for this to work.