Skip to content

Latest commit

 

History

History

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

RxDB node example

This is an example usage of RxDB with node. It implements a simple heroes-list.

Try it out

  1. Make sure you have nodeJS version v7.10.0 or newer
  2. clone the whole RxDB-repo
  3. go into project cd rxdb
  4. run npm install
  5. go to this folder cd examples/node
  6. run npm install
  7. run npm start