-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
Llamarama | ||
========= | ||
Backbone Boilerplate | ||
==================== | ||
|
||
This boilerplate is the product of much research and frustration. Existing | ||
boilerplates freely modify Backbone core, lack a build process, and are | ||
very prescriptive; this boilerplate changes that. | ||
|
||
Organize your application in a logical filesystem, develop your | ||
Models/Collections/Views/Routers inside modules, and build knowing you have | ||
efficient code that will not bottleneck your users. | ||
|
||
Thanks to our | ||
[Contributors](https://github.com/tbranyen/backbone-boilerplate/contributors)! | ||
|
||
Special Thanks to: [cowboy](http://github.com/cowboy), | ||
[iros](http://github.com/iros), [nimbupani](http://github.com/nimbupani), | ||
[wookiehangover](http://github.com/wookiehangover), and | ||
[jugglinmike](http://github.com/jugglinmike) | ||
|
||
## Documentation ## | ||
|
||
View the Backbone Boilerplate documentation here: | ||
|
||
[GitHub Wiki](https://github.com/tbranyen/backbone-boilerplate/wiki) | ||
|
||
## Build process ## | ||
|
||
To use the new and improved build process, please visit the | ||
[grunt-bbb](https://github.com/backbone-boilerplate/grunt-bbb) | ||
plugin repo and follow the instructions to install. Basing your project off | ||
this repo will allow the `bbb` commands to work out-of-the-box. |