This project contains source files for TDD + Backbone.js simple component development. The tutorial itself consists of 3 parts:
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.
The tutorial was written by Piotr Delawski, XWP.
The project is licensed under MIT License.