Skip to content

A Yeoman generator for advanced Backbone/Marionette/RequireJS web applications.

License

Notifications You must be signed in to change notification settings

DecibelInsight/generator-bbappadvanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone/Marionette/RequireJS Advanced App Generator

A Yeoman generator for advanced Backbone/Marionette/RequireJS web applications.

Overview

This Yeoman Generator allows you to quickly get started building advanced web applications using the following stack:

Why Advanced?

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.

Getting Started

Requirements

Install Yeoman:

npm install -g yo`

Install Bower

npm install -g bower

Usage

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

License

MIT License

About

A Yeoman generator for advanced Backbone/Marionette/RequireJS web applications.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors