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