Skip to content

Web Client

stevenlu edited this page Jan 23, 2015 · 2 revisions

TLDR

Bower

Front end library management with dependency resolution. We could just get rid of this and keep the libraries in the repo.

Marionette

View generation and management. Will make componentizing our work easier.

Backbone

Models, Collections, client side routing. The 'Backbone' of our app (teehee)

RequireJS

Automatic JavaScript file loading and 'Asynchronous Module Definition'. TLDR so we don't have a huge JS file 3000+ lines long.

Underscore

A Backbone dependency. Also a nice utility library.

jQuery

<3

Clone this wiki locally