The app.ts listens processes the options specified in the main screen and applies them when launching a dynamic window.
Follow the instructions below to get up and running.
- Install dependencies and do the initial build. Note that these examples assume you are in the sub-directory for the example.
npm run setup
- Build the project.
npm run build
- Start the test server in a new window.
npm run start
- Start the Platform application.
npm run client
- App showing the options you can choose when displaying OpenFin windows.
- Preview
Alternate light mode views.
- Preview
This is an example of how to use OpenFin APIs to configure OpenFin Container. Its purpose is to provide an example and suggestions. DO NOT assume that it contains production-ready code. Please use this as a guide and provide feedback. Thanks!