TDD Starter Project

A simple starter project for teaching TDD. It bundles:

  • Mocha
  • Chai
  • Sinon
  • Babel
  • React
  • Backbone
  • Underscore
  • jQuery

and some other tools to bundle it all together.

Running

You can run all the processes needed to watch/build the app:

npm run foreman

and watch and re-run tests with:

npm run spec-watch