Skip to content

openfin-js-app/openfin-react-starter

Repository files navigation

Openfin react starter

version license Build Status Coverage Status

Openfin react starter in ts

  • Design with simplicity in mind
  • Based on [email protected] ejected structure
  • Integrate Jest and Enzyme test framework
  • Integrate [email protected]
  • Support basic frameless window features: move, minimize, maximize, close and resize
  • Support general sidebar
  • Support general primary/success/error/info/warning snackbar
  • Support spawn a child window
  • Version tag injected via dotenv
  • Support general app config
  • Support cross window redux-action communication
  • Support IndexDB based client side config
  • Support snap&dock out of box
  • Support Notification Window
  • Support HOC Config context
  • Embrace react hook apis

Steps to dockernized it

docker build -t companyScope/openfin-react-starter:1.1.0 .

Steps to start the container

docker run -itd --name sample-openfin-starter -p 80:8080 winslow90/openfin-react-starter:1.1.0