npm.io
1.4.0 • Published 2 years ago

@fluid-experimental/property-inspector

Licence
MIT
Version
1.4.0
Deps
39
Size
31.0 MB
Vulns
3
Weekly
0
Stars
4.9K

@fluid-experimental/property-inspector

An app for inspecting documents created by PropertyDDS using an efficient table-tree.

Getting Started

After cloning the repository, install dependencies with:

Go back to the root folder and run:

npm install
alias fb='clear && node "$(git rev-parse --show-toplevel)/node_modules/.bin/fluid-build"'
fb --install --symlink:full
fb --all @fluid-experimental/property-inspector tinylicious

You can then run the example with:

npm start

This will open a browser window to the example. You can navigate to the same URL in a second window to see changes propagating between clients.

To webpack the bundle and output the result in ./dist, you can run:

npm run build