nithinbekal / rbkit-electron-redux

Electron Client that connects to Rbkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:JavaScript 95.4%Language:HTML 3.3%Language:CSS 1.4%