Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 780 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 780 Bytes

Tutorial: Test-driven Development of a Backbone.js App

This project contains source files for TDD + Backbone.js simple component development. The tutorial itself consists of 3 parts:

  1. TDD Fundamentals
  2. Implementing Backbone.js Model
  3. Creating Backbone.js View

Gulp Recipe

In order to compile and watch for changes locally, after downloading the repo, install npm:

npm install

Then use:

gulp test

to run a single test, or:

gulp watch

to watch both source and test file and run QUnit on change event.

Credits

The tutorial was written by Piotr Delawski, XWP.

License

The project is licensed under MIT License.