Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.69 KB

File metadata and controls

39 lines (29 loc) · 1.69 KB

OpenFin Hello World

Build Status

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.

System Requirements

Documentation

Documentation for the OpenFin Runtime API can be found here.

Install

$ npm install

Demo Installer

On 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://cdn.openfin.co/demos/hello/app.json

Localhost Example

  • 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.