This is an example usage of RxDB with Electron trough the RxDB server plugin
. It implements a simple heroes-list which can be filled by the user.
For an example with Electron remote
module check examples/electron-remote
- clone the whole RxDB-repo
- go into project
cd rxdb
- run
npm run preinstall && npm install
- go to this folder
cd examples/electron
- run
npm install --verbose
(downloading electron can take a while, so use verbose to ensure its running) - run
npm start