Skip to content

jamuhl/juggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visit the project website:

http://jamuhl.github.io/juggler

What you get:

  • Backbone, Backbone Marionette boilerplate
  • Page Transition Handling (slide, fade, stack)
  • Using require.js as module loader
  • Integrated phonegap
  • Ratchet CSS UI Components
  • juggl as build tool (grunt.js)

Getting started:

Install juggler's command line tool:

npm install -g juggl

Create a new project:

mkdir myapp
cd myapp
// init juggler project template
juggl init:juggler
// -> for now you will need to set path and projectname in grunt.js file

Add a device:

// create iOS phonegap application
juggl iOS:create
// build webapp
juggl iOS:build
// start iOS emulator (brew install ios-sim -- to use sim from commandline)
juggl iOS:emulate

Test / Debug App in Browser:

// build debug app
juggl iOS:boil
// start built in server
juggl server
// -> head your browser to localhost:8000

About

Juggler is a free and open source framework to build html5 mobile apps and deploying them to devices thanks to phonegap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published