bgorkem / openfin-workspace-interop-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code forked from OpenFin Workspace Example Application

OpenFin Workspace is currently only supported on Windows.

OpenFin Workspace Interop TypeScript Example

Getting Started

  1. Install dependencies. Note that these examples assume you are in the subdirectory for the example.
$ npm install
  1. Build the project.
$ npm run build:server
  1. Set Windows registry key for Desktop Owner Settings.
$ npm run dos
  1. Start the Content Discovery Service server in a new window.
$ npm run start: server
$ npm run start: client
  1. Start the Sample OpenFin React App
$ npm run start: client
  1. Start Workspace.
$ npm run start:workspace
  1. Navigate to the Launch or Workspaces view in the Home UI. The apps and workspaces are displayed as described in their respective files.

About


Languages

Language:TypeScript 70.4%Language:Batchfile 17.7%Language:HTML 9.3%Language:CSS 2.6%