mromaine / boilerplate

Application boilerplate for something

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boilerplate

This is my application's boilerplate for something. It's ready to use:

  • requirejs
  • jquery
  • underscore
  • backbone
  • sass
  • slim
  • coffee-script
  • sinatra w/ reloader
  • livereload w/ grunt
  • Testing: mocha + expect + sinon.js and testem

Getting Started

$ bundle
$ bower install
$ npm install
$ foreman start

Want to use other js libraries?

  • edit bower.json
  • run "bower install"
  • edit views/application.coffee w/ requirejs

About

Application boilerplate for something


Languages

Language:CoffeeScript 69.8%Language:JavaScript 16.6%Language:Ruby 13.7%