# generator-battle-backbone

This Yeoman generator provides you with a structure for large scale business
applications based on Backbone, Marionette, requirejs and more.

## Install

You can install this generator with `npm`

```shell
npm install -g generator-battle-backbone
```

You might need `sudo` for that

## Use

Scaffold your application with Yeoman

```shell
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.

## Docs

You can find the documentation at [65535th.com/battle-backbone](https://65535th.com/battle-backbone/).