This Yeoman generator provides you with a structure for large scale business applications based on Backbone, Marionette, requirejs and more.
You can install this generator with npm
npm install -g generator-battle-backbone
You might need sudo
for that
Scaffold your application with Yeoman
yo battle-backbone
You will be provided with a small example application written in either CoffeeScript or Javascript. Just run
grunt
after the generator has finished to start a (live reload) web server.
You can find the documentation at 65535th.com/battle-backbone.