Skip to content

Instantly share code, notes, and snippets.

View alexandrubaston's full-sized avatar

Alexandru Baston alexandrubaston

View GitHub Profile
@alexandrubaston
alexandrubaston / jade.md
Created December 15, 2015 23:52 — forked from passy/jade.md
Using Yeoman and Jade

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