GUI for the BlackBerry WebWorks SDK
-
Copy contents into the webworks-ui directory within a WebWorks installation
-
Run
npm install
This will install package.json dependencies -
Run
npm install -g grunt-cli
(May need sudo) This will install grunt -
Run
grunt
This will build all the lib/ui js files into one file -
Run
bin/start-ui
A node server will be started at the port specified in config.json.
The script will also open the UI (public/index.html) in the browser.