delawski / Tutorial-TDD-Backbone.js

Sample code for 'Test-driven Development of Backbone.js a App' post.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sample code for 'Test-driven Development of Backbone.js a App' post.

License:MIT License


Languages

Language:JavaScript 89.2%Language:HTML 10.8%