summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrandon flowers <brandonflowers@gmail.com>2013-05-07 09:34:07 -0400
committerbrandon flowers <brandonflowers@gmail.com>2013-05-07 09:34:07 -0400
commit58be424b2e8d1ea4af6dc2edde6a98fe9cf201a8 (patch)
tree3c531a7e027868016640e552d2bcfa777f06cdb4
parent21fddecaa94e40e73a070c684c0750f78e2b40ad (diff)
downloadbackbonetutorials-58be424b2e8d1ea4af6dc2edde6a98fe9cf201a8.zip
backbonetutorials-58be424b2e8d1ea4af6dc2edde6a98fe9cf201a8.tar.gz
backbonetutorials-58be424b2e8d1ea4af6dc2edde6a98fe9cf201a8.tar.bz2
added a readme to modular backone
-rw-r--r--examples/modular-backbone/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/modular-backbone/README.md b/examples/modular-backbone/README.md
new file mode 100644
index 0000000..e2624af
--- /dev/null
+++ b/examples/modular-backbone/README.md
@@ -0,0 +1,14 @@
+## MODULAR BACKBONE
+
+authors: [Thomas Davis](https://github.com/thomasdavis), [Brandon Flowers](https://github.com/headwinds)
+
+![contributors](http://www.headwinds.net/lab/backbonetutorials/modular-backbone/contributors.png)
+
+Learn how to use Backbone and Require together to create modular applications that are easy to maintain for solo and team-based projects. As you build your application, you will create many small javascript files with usually no more than 100 lines of code per file. Some developers say that each file does one thing, but we won't hold you to that but we do recommended trying to write smaller files and breaking up the tasks.
+
+Once you have a working applicaiton and you're read to go to production, you can apply R.js (or alternatively grunt.js ) to minify and concatenate this code base into one javascript file that you'll deploy to your website.
+
+[demo](http://www.headwinds.net/lab/backbonetutorials/modular-backbone/index.html) | [discussion](http://backbonetutorials.com/organizing-backbone-using-modules/)
+
+
+