npm install
from the root of this project to set up the project dependenciescd
into the www
folder and run npm install
for the app dependenciescd ..
back to the root and run npm run reload
to start up the live reload server for live code updateselectron www
from the root folder or electron .
from the www
folderNOTE: Steps 1 & 2 only need to be done if you've never run a local build or when the dependencies are updated.
# install grunt cli
$ [sudo] npm install -g grunt-cli
# install dev dependencies
$ npm install
# Create a fork of the phonegap-app-desktop repository.
# Clone your fork of the repository.
# Navigate to project folder on your local machine.
# Follow instructions in the Build Commands section.
Once the build is complete, you will need to follow the instructions under Installation for Windows
.
# builds development version
$ grunt
# builds release version
$ grunt release
If you are using the zip file to run the Desktop App, you will need to run the
postInstall.bat
file to install the required dependencies. The file is in
./build/PhoneGap-win32-ia32/resources/app.asar.unpacked/bin
. Right click on the file
and select "Run as administrator", once the script has finished running you will
be able to use the app.