backbone_bootstrap

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i backbone_bootstrap

Weekly Downloads

1

Version

0.1.1

License

BSD

Last publish

Collaborators

  • b3tamax