Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

RxDB Electron example

This is an example usage of RxDB with Electron. It implements a simple heroes-list which can be filled by the user.

Try it out

  1. clone the whole RxDB-repo
  2. go into project cd rxdb
  3. run npm install
  4. go to this folder cd examples/electron
  5. run npm install
  6. run npm start