Back to Rxdb

RxDB React example

examples/react/README.md

17.1.0588 B
Original Source

RxDB React example

This is an example usage of RxDB with Create React App. 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/react
  5. run npm run preinstall && npm install
  6. run npm start
  7. Open http://127.0.0.1:8888/ IMPORTANT: do not use localhost

Screenshot