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.
- Host: GitHub
- URL: https://github.com/davemo/composing-mobile-widgets
- Owner: davemo
- Created: 2013-03-06T05:55:08.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:35:57.000Z (over 4 years ago)
- Last Synced: 2025-07-14T01:57:25.682Z (11 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## 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)