Use this as a simple structure for a simple project using Gulp - Jade - SASS Inspired by YEOMAN / generator-modern-front-end 0.1.8.
- 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
- Download Files or Clone Repo from GitHub
npm install --global yo bower
(need to have node.js installed on your macchine)gem install bourbon
(need to have RubyGems package manager)gem install neat
npm install --global gulp
npm install -g gulp-jade
- Run
gulp serve
to preview and watch for changes - Run
bower/npm install --save
to install frontend dependencies - Run
gulp
to build for production
generator-modern-front-end by Endel Dreyer
Folder Structure by Travis Nelson
Made with
by Enzo Vezzaro