Skip to content

Instantly share code, notes, and snippets.

@mjhm
mjhm / jade.md
Created March 29, 2014 03:26 — forked from passy/jade.md

Using Yeoman and Jade

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Run: yo webapp
  • Install grunt-contrib-jade: npm install grunt-contrib-jade --save-dev

Customization