mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 14:15:57 -06:00
Update README.md
This commit is contained in:
parent
9c0935add3
commit
90dc1b6be0
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue