Skip to content

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

License

Notifications You must be signed in to change notification settings

delawski/Tutorial-TDD-Backbone.js

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published