Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 633 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 633 Bytes

RxDB Electron example

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

Try it out

  1. clone the whole RxDB-repo
  2. go into project cd rxdb
  3. run npm run preinstall && npm install
  4. go to this folder cd examples/electron
  5. run npm install --verbose (downloading electron can take a while, so use verbose to ensure its running)
  6. run npm start