Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 2.62 KB

README.md

File metadata and controls

47 lines (37 loc) · 2.62 KB

Ultimate Front-End Starter Kit

Use this as a simple structure for a simple project using Gulp - Jade - SASS Inspired by YEOMAN / generator-modern-front-end 0.1.8.

Features

  • Browserify + ES6 (babelify)
  • Jade Templating Language
  • CSS pre-processor (Sass)
  • CSS Autoprefixing
  • Sourcemaps for CSS and JavaScript
  • Built-in preview server with BrowserSync
  • Image optimization
  • Wire-up dependencies installed with Bower
  • Bourbon Components (Bourbon, Neat)
  • Normalize.css

Getting Started

  • Download Files or Clone Repo from GitHub
  • Install dependencies:
  • npm install -g gulp
    ( need to have node.js installed on your macchine )
  • npm install -g gulp-jade
  • npm install -g gulp-sass
  • npm install -g yo bower
  • bower install
  • npm install
  • gem install bourbon
  • gem install neat

Credits

generator-modern-front-end by Endel Dreyer


Folder Structure by Travis Nelson


gulp-jade by Blaine Bublitz


Gears Designed by Freepik


Made with
by Enzo Vezzaro