Hello OpenFin is an HTML5/Javascript application that showcases several features available in the OpenFin Runtime. The Hello OpenFin application allows users to create desktop notifications and child windows, and simulate general animations.
- OpenFin Runtime
- NodeJS (For static file hosting, can be replaced)
Documentation for the OpenFin Runtime API can be found here.
$ npm installOn a Windows machine, you can install Hello OpenFin via this installer: Hello OpenFin Installer.
On a Mac or Linux machine, you can install Hello OpenFin via a Terminal command in these 2 steps:
$ npm install -g openfin-cli
$ openfin --launch --config https://demoappdirectory.openf.in/desktop/config/apps/OpenFin/HelloOpenFin/app.json
- Make sure you have node installed.
- Clone this repository.
- Open a command-line terminal and navigate to the HelloOpenFin directory.
- In the terminal, run
npm install. - After all packages have been installed, run
grunt serve. - Download a locally running version with this Local Hello OpenFin Installer link.
- Unzip and run the installer.