Initial prototype of creating a GUI for the PhoneGap CLI.
- Make sure you have Git installed & setup; instructions can be found here.
- Make sure you have nodejs installed.
- Create a fork of the
phonegap-gui
repository. - Clone your fork of the repository.
- Navigate to project folder on your local machine.
- Follow instructions in the Setup section.
- Follow instructions in the Build Development Binaries section or the Build Release Binaries section.
# install grunt cli
$ [sudo] npm install -g grunt-cli
# install dev dependencies
$ npm install
# watch src/ and compile to www/
$ grunt watch
# builds development binaries & runs the app
$ grunt
note: the first build requires a second call to grunt
.
# builds release binaries & runs the app
$ grunt release
# runs app without building
$ grunt open
Opens the application located in:
- OS X:
build/PhoneGap/osx/PhoneGap.app
- Windows:
build/PhoneGap/win/PhoneGap.exe