mozilla / firefoxos-quick-start

INACTIVE - http://mzl.la/ghe-archive - DEPRECATED. An early example app to get started on Firefox OS apps development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Firefox OS Quick Start#

This guide and sample app have been assembled to get you up and running with an open web app in five minutes!

Included within this Quick Start Guide is:

  • A complete application stub that runs out of the box
  • Sample JavaScript feature detection and CSS media query (responsive design) code
  • Mortar-based simple UI framework with ZeptoJS

##Installation##

###1. Clone this repository### git clone git@github.com:mozilla/firefoxos-quick-start.git

###2. Install volo### npm install -g volo

You may need to use sudo npm install -g volo if your user doesn't have admin permissions.

###3. Run the app!### cd firefoxos-quick-start/app volo serve

###4. Visit in browser or Firefox OS Simulator### http://localhost:8008

##Resources##

###Firefox OS Resources###

###Client-side Techniques###

About

INACTIVE - http://mzl.la/ghe-archive - DEPRECATED. An early example app to get started on Firefox OS apps development.


Languages

Language:JavaScript 100.0%