backbone_bootstrap
v0.1.1
Published
Bootstrapping development code for Web Development using Backbone.js
Readme
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 [email protected]:JamesMeldrum/backbone_bootstrap.git myAppcd myApp && npm installjekyll & || 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 myAppnpm install backbone_bootstrapcp -R node_modules/backbone_bootstrap/* .npm installjekyll & || 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
