Update README.md

This commit is contained in:
Rolands Laucis 2022-10-27 19:49:36 +03:00 committed by GitHub
parent 9c0935add3
commit 90dc1b6be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,3 +3,11 @@
## Connect frontend to backend DB reactively!
Check [demo](./demo/readme.md) to try an interactive demonstration.
You might need to link the core lib to the demo manually:
```bash
cd core
npm link
cd ../demo
npm link ../core
```