Skip to content

Instantly share code, notes, and snippets.

View brunsgaard's full-sized avatar

Jonas Brunsgaard brunsgaard

View GitHub Profile

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