Skip to content

This is the base setup for a FireFox OS App, using Yeoman as a development/scaffolding tool.

Notifications You must be signed in to change notification settings

PeopleAndCode/firefox_os_app_base

Repository files navigation

Firefox OS App Boilerplate

This app is meant to serve as a base for getting a FireFox OS App up and running while incorporating a set of development tools.

The idea is to streamline the process and teach/add modern dev tools and frameworks for a better development environment.

Contents

  1. Source directory

Source directory

By default the project source files are found in the src directory.

This folder will house all original source files you will directly write and modify project code in. This will also include/house all pre-optimized images and libraries you are going to include/add into your project as well.

Changing the source directory

You can change this to your liking by renaming the directory and changing the .bowerrc file to reflect this change.

Example:

Original .bowerrc file
{
    "directory": "src/bower_components"
}
Updated .bowerrc file
{
  "directory": "new_folder/bower_components"
}

Technologies Used

  1. Yeoman
  2. Bower
  3. Grunt
  4. Haml
  5. Sass
  6. Bootstrap
  7. jQuery

About

This is the base setup for a FireFox OS App, using Yeoman as a development/scaffolding tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published