BackboneJS/RequireJS Stack Boilerplate
- January 10th, 2012
- By David Granado
- Write comment
I’ve posted my boilerplate code for my projects on github. It’s set up for you to just drop in and get coding.
https://github.com/david0178418/BackboneJS-AMD-Boilerplate
This boilerplate code contains:
jQuery
Underscore
Backbone (AMD ready fork)
Normalize CSS
Todo Example
I’ve reimplemented a quick todo list app using this
This demo loads dummy data but does not persist it locally or on the server.
Hopefully soon, I’ll be releasing a tutorial on how to recreate the common todo list in this AMD format.
Enjoy! [...] Continue Reading…