#"Real Life" Backbone Demo#
This is a really simple Backbone demo that aims to show a basic usage of Backbone Models and Views; For simplicity the API was build with NodeJS and Express.
- Developer: Erick Ruiz de Chavez
- Server Side: NodeJS
- Server Side Framework: Express
- JavaScript Framework: Backbone
- Styles, Dialogs: Twitter's Bootstrap
- Profile Pictures: Gravatar
- Random Pictures: Lorem Pixel
The provided grunt task is just an experiment on grunt's usage to create a "production" build of the code. By running grunt the default task will clean any build folder, lint the code (both node and browser), concat javascript files, minify concatenated file, and finaly replace javascript references on the resulting index.html to point the code to the minified version. Once you have your build version, you do not need to install grunt tasks on it, so only do npm install --production inside build folder.
