GitXplorerGitXplorer
w

responsive-web-apps

public
62 stars
12 forks
0 issues

Commits

List of commits on branch gh-pages.
Unverified
24ee7dff5fafd3430c626f76c8492139fa99302b

Added README.md

wwebpro committed 12 years ago
Unverified
5aa82ac9090afdc9252b4fe6f46605e46f70bee4

Fix for OWA manifest

wwebpro committed 12 years ago
Unverified
28de7eb7500c60392d71081f3a2ff5a7394d49c9

Optimized version

wwebpro committed 12 years ago
Unverified
92432d6cf5dac00ad129f3325e11c61c36ccd1fe

Initial commit

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