An open API service indexing awesome lists of open source software.

https://github.com/yasushi-saito/pvweb-react-test

An example of paraviewweb react components
https://github.com/yasushi-saito/pvweb-react-test

paraview paraviewweb react typescript

Last synced: 6 months ago
JSON representation

An example of paraviewweb react components

Awesome Lists containing this project

README

          

# pvweb-react-test

A minimal example of Paraview React components.

```
set -ex
DIR=`pwd`
cd $DIR/ts
yarn install
yarn run build
pvpython \
--force-offscreen-rendering \
-dr $DIR/server/server.py \
--content $DIR/ts/dist \
--port 8080
```

Then connect to `localhost:8080`. It should show a cone.