GitXplorerGitXplorer
w

responsive-web-apps

public
62 stars
12 forks
0 issues

Commits

List of commits on branch gh-pages.
Unverified
ec6d17286b8cb5172cbe27e7af6df688ef0d2b2e

Also Flight

wwebpro committed 12 years ago
Unverified
7f6120e25f701be49d4421d5bca0309dcc809962

Updated /dist

wwebpro committed 12 years ago
Unverified
8d498401fa98c0417624d9dc7026d836d3fcaa66

Added "fork me" link/image

wwebpro committed 12 years ago
Unverified
bf640a3255f2a13a6f1381ac7537d742662d91bd

Switched to "inline-block" over "flex" since browser support isn't there yet

wwebpro committed 12 years ago
Unverified
6eaea59edae9fdcd7529b0c84f32e389fda3f9c4

Updated optimized /dist

wwebpro committed 12 years ago
Unverified
bc1910e9163ebd36003848fb0c0ed03bcaa50030

It's easier to maintain spec deps in spec def

wwebpro committed 12 years ago

README

The README file for this repository.

Responsive & Hybrid Web Apps Demo

Introduction

This repo contains techniques and concepts to build responsive & hybrid web applications.

  • Declarative and conditional module injection
    • using data-* attributes,
    • a basic "advisor" and "composer" layer, and
    • wire.js to load and instantiate modules.
  • Various basic application modules (built using vanilla JS, Backbone, Maria, and Flight).
  • Manifest files
    • to build for PhoneGap (or point your PhoneGap Build app directly to this repo), and
    • to run directly on Firefox OS (or point the Firefox OS Simulator directly to this repo).
  • Build script (using Grunt and r.js) to optimize the modules (run grunt build).

It is also served as a running demo. For a more in-depth introduction and overview, read Building a Responsive Web Application.

Run & build

Clone this repo, and you can:

# run
bower install

# build
npm install
grunt build