0.1.1 • Published 11 years ago

backbone_bootstrap v0.1.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

backbone_bootstrap

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

Features

  • Maintains up-to-date
  • 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.js
  • Require.js
  • Twitter bootstrap
  • TODO: Minification