Medical viewer using DWV (DICOM Web Viewer) and React.
All coding/implementation contributions and comments are welcome. Releases should be ready for deployment otherwise download the code and install dependencies with a yarn or npm install.
dwv-react is not certified for diagnostic use. Released under GNU GPL-3.0 license (see license.txt).
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn run start
# build for production with minification
yarn run build
# run unit tests
yarn run testUnit tests use Jest.
This project was generated with the Create React App version 1.1.1.
More details in the user guide.