An open API service indexing awesome lists of open source software.

https://github.com/llopez/twitter-boostrap-weaver

Bootstrap Weaver is an HTML / JS drag and drop application for easy creation of Twitter Boostrap views
https://github.com/llopez/twitter-boostrap-weaver

Last synced: about 1 year ago
JSON representation

Bootstrap Weaver is an HTML / JS drag and drop application for easy creation of Twitter Boostrap views

Awesome Lists containing this project

README

          

Twitter Boostrap Weaver
=======================

Twitter Bootstrap Weaver is an HTML / JS *drag and drop* application for easy creation of Twitter Boostrap Templates

Tech
----

Bootstrap Weaver uses:

* jQuery - JavaScript library
* jQuery UI - JavaScript UI library
* Backbone.js - Awesome MVC JavaScript framework
* CoffeeScript - Little language that compiles into JavaScript
* Twitter Bootstrap - Great UI boilerplate for modern web apps

In the background:

* guard-sprockets - Organize, compress & compiles all my CoffeeScript source files into a little one. That's amazing!!

Installation
------------

git clone [git-repo-url] BootstrapWeaver
cd BootstrapWeaver
open public/index.html

Live Demo
---------

* [Try the demo](http://llopez.github.io/twitter-boostrap-weaver)

Development
-----------

Start Guard

$ bundle exec guard

Open your favorite IDE

$ mate .

And then you can drink some Coffee!

TODO
----

* Export code to haml / html
* Edit / Remove added controls
* Add more controls
* See control preview before insert