A test application I'm working on to allow me to learn how to use backbone.js with MSMVC. The application domain is the management of translation key & value pairs.
- Make sure you have raven db on your machine and that you launch Raven.Server.exe before you run/debug the solution.
- In order to run the jasmine tests you'll need to have Ruby, get the jasmine gem and on the cmd run 'rake jasmine', then point your browser to http://localhost:8888/
recommendations, advices & corrections will be highly appreciated!