Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 673 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 673 Bytes

Demos, Code, and Materials for the Aol UnUniversity Class: Javascript TDD.

To run everything:

From the command line:

npm install ichabod
git clone git@github.com:MapQuest/learning-javascript-tdd.git
cd learning-javascript-tdd
ichabod serve headless.json

In the browser:

http://localhost:8000/

Note: All the tests should run fine hosted by any web server, it's just static content. Ichabod is used to do the headless runs from the the command line and provides a basic static server for testing in the browser.