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 install
Install required JavaScript libraries:
$ npm install -g bower
$ bower install
Start Middleman server:
$ bundle exec middleman server
You can also symlink this project to your .pow
directory.