midwest-js-2014-javascript-tdd My JavaScript TDD talk from MidwestJS 2014. Instructions Clone the repository Make sure all dependencies are available to the application: $ npm install $ bower install To build the application $ grunt build To run the tests $ grunt test