Skip to content

licui3936/HelloOpenFin

 
 

Repository files navigation

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://demoappdirectory.openf.in/desktop/config/apps/OpenFin/HelloOpenFin/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.

About

OpenFin's Hello World app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.0%
  • HTML 18.5%
  • CSS 12.5%