Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orangecms/fxos-workshop
- Owner: orangecms
- License: mit
- Created: 2015-12-27T17:21:59.000Z (about 9 years ago)
- Default Branch: 32c3
- Last Pushed: 2015-12-27T22:42:38.000Z (about 9 years ago)
- Last Synced: 2024-11-01T07:34:07.837Z (2 months ago)
- Language: HTML
- Size: 1.44 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.