An HTML5 stand alone app using GitHub Electron (Chrome engine + Node.js) -- this is a GUI wrapper example that runs and process output of a bash shell command.
- Install GitHub's Electron
- Clone this repository
- initialize node modules
- run application
$ sudo npm install electron-prebuilt -g
$ mkdir ~/projects/
$ git clone https://github.com/martinjackson/electron-run-shell-example.git
$ cd electron-run-shell-example
$ npm install
$ npm start
--- or ---
$ electron .