Hello,
I would like to run the following example: https://kitware.github.io/paraviewweb/examples/RemoteRenderer.html
But I didn’t understand how to have it working on my computer.
I downloaded the source code from here, I successfully run the commands:
$ npm install
$ npm run build:release
I see there is the source code for the demo here: “\src\NativeUI\Canvas\RemoteRenderer\example”
But actually I didn’t understand how to spin-it up.
I found this example on github where Dmreagan was able to create a working client. I tried to run it and it worked.
Just because I add a couple of new features to the client code, I would like to build and run the original project and see if everything is working.
Thanks for your time.
Bye
Ennio