A simple unopinionated application template for getting started with OpenFin and React. The setup leverages create-react-app, has minimal dependancies and the feature set is intentially limited. Explore the feature/
branches for examples of functionality built on top of this template.
- React template that leverages create-react-app to output a build and launch an OpenFin application.
Visual Studio Code integration, thanks to @jcarter
- Attach to debugger for in-editor break points, call stacks, and an interactive console
- Hadouken configuration (
app.json
) smart completion based on available parameters - Hadouken API smart completions based on variable types and function definitions
- Clone this repository:
git clone https://github.com/connormccafferty/react-app-template
- Install the dependencies:
cd react-app-template
&npm install
- Start the live-server:
npm start
- Launch the OpenFin application:
npm run start:openfin
The code in this repository is distributed under the Apache License, Version 2.0.
However, if you run this code, it may call on the OpenFin RVM or OpenFin Runtime, which are covered by OpenFin's Developer, Community, and Enterprise licenses. You can learn more about OpenFin licensing at the links listed below or just email us at [email protected] with questions.
Copyright 2019 HadoukenIO
SPDX-License-Identifier: Apache-2.0