Skip to content

A small demo to showcase redux implementation as global state between multiple openfin windows

Notifications You must be signed in to change notification settings

TandemSeven/openfin-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Things to investigate:

  • Is the dev-dependency to material-ui needed?

Helpful resources:

About

A small demo to showcase redux implementation as global state between multiple openfin windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published