Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stasm/responsive-l20n-app
An example webapp using L20n's responsive features
https://github.com/stasm/responsive-l20n-app
Last synced: about 2 months ago
JSON representation
An example webapp using L20n's responsive features
- Host: GitHub
- URL: https://github.com/stasm/responsive-l20n-app
- Owner: stasm
- Created: 2013-06-28T14:19:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-28T15:24:15.000Z (over 11 years ago)
- Last Synced: 2024-10-16T18:18:49.771Z (3 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A List/Detail Template for Open Web Apps (beta)
This template comes with a new layouts library that lets you create apps quickly, and initial HTML and javascript that defines a list/detail application.
It is part of the [mortar](https://github.com/mozilla/mortar/)
template collection for building Open Web Apps.The layouts library is called [mortar-layouts](https://github.com/mozilla/mortar-layouts), and you can read more about it in the project page. It uses [backbone.js](http://backbonejs.org/) to provide a powerful yet minimal application UI framework.
[Check out what the template is by default](http://mozilla.github.com/mortar-list-detail/).
# Usage
There are a few ways to get this template:
* git clone git://github.com/mozilla/mortar-list-detail.git myapp
* volo create myapp mozilla/mortar-list-detailIf you have node installed, you can run a development server with volo:
* cd myapp
* volo serveView the list/detail app at http://localhost:8008/.
# Customizing
You'll probably want to change how this template works to build your app. The meat of this template is in the [mortar-layouts](https://github.com/mozilla/mortar-layouts) library, which this uses to construct a UI powered by [backbone.js](http://backbonejs.org/). You should [read the documentation](https://github.com/mozilla/mortar-layouts#mortar-layouts) in the mortar-layouts project.