INACTIVE - http://mzl.la/ghe-archive - DEPRECATED. An early example app to get started on Firefox OS apps development.
Перейти к файлу
David Walsh bd2924c19b Merge pull request #8 from krallja/patch-1
Update README.md: mozilla, not darkwing fork
2013-04-02 07:40:06 -07:00
app Adding missing image to offline cache 2013-03-04 17:59:28 -06:00
.gitmodules Removing submodule 2013-01-28 10:08:21 -06:00
README.md Update README.md: mozilla, not darkwing fork 2013-04-02 09:45:45 -03:00
guide.md Copy edits. Adjust manifest code. 2013-03-14 13:29:09 -07:00

README.md

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