A stabilizing framework for Backbone applications
This example includes both compiled and uncompiled versions (before and after the grunt (v0.4) build is run:
Note: If your web root is this directory, you should see content underneath the double line below. If this project folder is a subdirectory of your web root, changing line 14 of /src/app/framework/AppConfig.js
to:
root: "/keel/src/"
should make the uncompiled source work (If this is multiple levels below the web root, all levels preceding /keel/ must also be included. If you renamed keel to something else, use that name). Running grunt (assuming it is installed) in the directory will build this change out to the compiled distribution, which should then work as well.
The purpose, however, is not to look at how beautiful this site is, but read the source code, which can be downloaded in its entirety at https://github.com/archfirst/keel.