Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

codemancers/rbkit-electron-redux

Repository files navigation

Rbkit Client (using Electron + React + Redux)

This app is a client that connects to a profiler Rbkit. Once this is feature complete for Rbkit server's master branch, this client will replace the official Qt client.

Development

cp config/config.js.example config/config.js

Now start this app by running npm install && npm start. Run cmd + opt + I to open the dev tools. Refresh the app to see data in the console that is being recevied from Rbkit.

Now setup the Rbkit client:

$ git clone https://github.com/code-mancers/rbkit-electron-redux.git
$ cd rbkit-electron-redux
$ nmp install
$ npm start

This starts the Rbkit client in development environment.

Debugging

To know what data is being received, please refer to log statements in componentDidMount() function in app/components/Layout.js.

About

Electron Client that connects to Rbkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published