Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 981 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 981 Bytes

sinatra-backbone-bootstrap

endorse

All the goodness of Backbone, Sinatra, Coffeescript with Jasmine and a lightweight responsive css framework (Skeleton).

GEMS

  • Sinatra
  • Sinatra-asset-snack
  • Coffee-Script
  • SASS
  • Jasmine
  • thin

JS LIBS

  • Modernizr 2.5.3
  • BackboneJS 1.0.0
  • UnderscoreJS 1.4.4
  • JQuery 1.9.1

CSS FRAMEWORK

  • Skeleton 1.1

GETTING STARTED

bundle
thin start

JS TESTING WITH JASMINE

rake jasmine - point the browser to http://localhost:8888/

sinonjs has been included for mocking / stubbing / spying as well as jasmine-jquery.

Sinatra AssetSnack handles Coffeescript and SASS compilation on the fly

Bitdeli Badge