Skip to content

yasushi-saito/pvweb-react-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published