This is a Bootstrap leveraging Foundation 5, Gulp, Browserify and a host of other Gulp task runners such as Bourbon Mixins, Uglify, BrowserSync, SASS, JSHint, Source Maps, Source Maps for SCSS and Chrome, and Modernizr.
I've also included some Bower Components such as jQuery 1 and 2, jQuery Easing, Waypoints, Picturefill, Scroll Reveal. You may never use these but I like to include them as I personally use them a lot.
This should help you get up and running with any new web project it minutes.
This boostrap requires NPM Package Manager and Bower Package Manager. Please download and install these first before attempting the install.
Run...
- git clone https://github.com/kode8/bootstrap.git
- cd bootstrap
- Install https://imageoptim.com/ for MacOS, this is used for the automatic image compression in Gulp
- sudo npm install
- bower install -g
- npm install gulp
- gulp
That's it. Please checkout the Foundation 5 documentation for visibility and grid classes.