A Yeoman generator that scaffolds out a simple static site with the following features:
- Sass with Bourbon mixins
- Grunt tasks to make working on the site a bit easier
- Bower to manage external assets
- Normalize in lieu of a reset
- SMACSS based organization for stylesheets
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-baseline
- Create and navigate to your project directory:
mkdir project-name && cd project-name
- Run:
yo baseline