Skip to content

lisp-ceo/backbone_bootstrap

Repository files navigation

backbone_bootstrap

Backbone_bootstrap is an UNauthorized bootstrap for developing client-side javascript applictions.

Features

  • Maintains up-to-date dependencies with key technologies
  • Out-of-the-box integration with jekyll (and clones)

Usage

Via GitHub

  • git clone git@github.com:JamesMeldrum/backbone_bootstrap.git myApp
  • cd myApp && npm install
  • jekyll & || sudo apt-get install jekyll && jekyll &
  • Begin development! Make sure you look at the .gitignore and ensure it suits your needs
  • TODO: When you're done. Go to the admin folder and run ./build.sh, ensuring you have the relevant node dependencies. Will produce 1-liner for your backone src

Via NPM

  • mkdir myApp && cd myApp
  • npm install backbone_bootstrap
  • cp -R node_modules/backbone_bootstrap/* .
  • npm install
  • jekyll & || sudo apt-get install jekyll && jekyll &
  • Begin development! Make sure you look at the .gitignore and ensure it suits your needs
  • TODO: When you're done. Go to the admin folder and run ./build.sh, ensuring you have the relevant node dependencies. Will produce 1-liner for your backone src

Technologies used:

  • Backbone
  • RequireJS ( + text )
  • Underscore
  • jQuery
  • TODO: Twitter bootstrap
  • TODO: Minification

About

Backbone boostrap code for push-focused applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages