Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 410 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 410 Bytes

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