openfin-redux Basic counter app showcasing redux capabilities Lets get started! Install the project dependencies $ npm install In a terminal window, start the React server $ npm run start In a new terminal window, start the openfin server Start the server $ openfin -c app.json -l Note: 2 servers need to be running and the order is important. First the React server Then the openfin server. Notable dependencies: redux-openfin react-openfin history Things to investigate: Is the dev-dependency to material-ui needed? Helpful resources: Another starter with TS