Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 626 Bytes

File metadata and controls

10 lines (5 loc) · 626 Bytes

TodoAppWithBackboneRequireAndMVC

The Backbone Todo app implemented with MVC3 and using require.js

Introduction

I started looking into Backbone and how to use it with MVC by looking at this excellent tutorial by Diego: ASP.NET MVC3 RESTful application tutorial with Backbone.js.

I had been reading about require.js and about splitting the Backbone files up into the recommended layout of folders. So, I've extended the tutorial code to include require.js for loading all the parts required to run the app.