0.2.2 • Published 10 years ago
generator-fe-stack v0.2.2
generator-fe-stack
Yeoman generator that scaffolds out a front-end stack
Features
- HTML5 Boilerplate
- Sass
- Gulp (with Autoprefixer, minification, Browserify)
- Optional:
- Normalize CSS
- include-media
- Animate.css
- Susy
- Jeet
- Lost Grid
- Bootstrap
- Foundation
- PureCSS
- SemanticUI
- jQuery
- Babel for ES6 transpilation
- Lodash
Getting started
- Install dependencies:
npm install -g yo gulp
- Install the generator:
npm install -g generator-fe-stack
- Run
yo fe-stack
to scaffold your project - Run
gulp
to set up a server and watch for changes