Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 449 Bytes

FreshFlesh Front Boilerplate

Fresh Front Boilerplate is a boilerplate for starting a new front-end development. It comes with a few tools :

  • Gulp for build tasks
  • Bower for dependency managing

It is packed with the following libs :

  • SASS / Compass
  • normalize.scss
  • Modernizr
  • Jquery

Install

$ git clone https://github.com/FreshFlesh/FF-Front-Boilerplate.git
$ cd FF-Front-Boilerplate/
$ npm install
$ bower install
$ gulp