Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orangecms/fxos-workshop

A workshop on creating apps for Firefox OS
https://github.com/orangecms/fxos-workshop

Last synced: about 1 month ago
JSON representation

A workshop on creating apps for Firefox OS

Awesome Lists containing this project

README

        

# About

These are slides for a workshop on developing applications for Firefox OS.

# Installation

You will need Node.js, npm, Bower, and Gulp.

To build the project:

`(cd src && bower install)`

# Development

For development with live refresh in your browser, run:
`npm install && gulp`

The app will be running on `http://localhost:8012`.