A Yeoman generator for advanced Backbone/Marionette/RequireJS web applications.
This Yeoman Generator allows you to quickly get started building advanced web applications using the following stack:
The typical backbone folder structure breaks a project up into Models, Collections and Views. This can become a problem when creating larger modular applications, each with thier own set of Models, Collections and Views.
This Generator creates a logical, modular structure from which you can build large scale applications. Essentially namespaces.
Install Yeoman:
npm install -g yo`
Install Bower
npm install -g bower
Install the Generator
npm install -g https://github.com/mgmilcher/generator-bbappadvanced/archive/master.tar.gz
Make a new directory, and cd into it:
mkdir my-new-project && cd $
Run yo bbappadvanced to begin a new build.
Run grunt for building and nodemon for preview