This is an example usage of RxDB with Electron. It implements a simple heroes-list which can be filled by the user.
- clone the whole RxDB-repo
- go into project
cd rxdb - run
npm install - go to this folder
cd examples/electron - run
npm install - run
npm start