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
docker build -t companyScope/openfin-react-starter:1.1.0 .
docker run -itd --name sample-openfin-starter -p 80:8080 winslow90/openfin-react-starter:1.1.0