This week we’ll be looking into Test Driven Development. We'll work with a pre-built Middleman project, which utilises Sprockets and ERB, so it should feel a bit simular to Rails.
Install required rubygems:
$ bundle installInstall required JavaScript libraries:
$ npm install -g bower
$ bower installStart Middleman server:
$ bundle exec middleman serverYou can also symlink this project to your .pow directory.