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

https://github.com/davemo/composing-mobile-widgets

Examines creating mobile web app widgets using the power of composition, mixins, bootstrap and backbone. Built with Lineman.
https://github.com/davemo/composing-mobile-widgets

Last synced: 11 months ago
JSON representation

Examines creating mobile web app widgets using the power of composition, mixins, bootstrap and backbone. Built with Lineman.

Awesome Lists containing this project

README

          

# Composing Mobile Widgets | Hello World Meetup

This is a simple app demonstrating the power of using composition to build mobile widgets using Backbone and Bootstrap. This was built for the [hello world meetup](http://www.meetup.com/Hello-World-Saskatoon-Developer-Speaker-Series/events/105561332/) in Saskatoon, SK on March 6th, 2013

![Collapsable TableView](http://cl.ly/image/0e3g1l2h172t/Screen%20Shot%202013-03-05%20at%2011.56.22%20PM.png)

![Sliding DrawerView](http://cl.ly/image/3A2p1F1g3u1F/Screen%20Shot%202013-03-06%20at%2012.00.47%20AM.png)

## Prerequisites:

* Install [Node.js](http://nodejs.org)
* Install [PhantomJS](http://phantomjs.org)

## Installing Dependencies

cd composing-mobile-widgets
npm install
npm install -g lineman

## How to Run

* `lineman run` - starts a long-running process that watches for file changes, compiling & concatenating assets. It also starts a local web server at [http://localhost:8000](http://localhost:8000)