Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivmartel/dwv-react
Medical image viewer using DWV (DICOM Web Viewer) and React.
https://github.com/ivmartel/dwv-react
dicom-web-viewer dwv medical-imaging react reactjs
Last synced: 19 days ago
JSON representation
Medical image viewer using DWV (DICOM Web Viewer) and React.
- Host: GitHub
- URL: https://github.com/ivmartel/dwv-react
- Owner: ivmartel
- License: gpl-3.0
- Created: 2018-03-19T23:23:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:42:41.000Z (23 days ago)
- Last Synced: 2024-11-21T01:25:21.575Z (21 days ago)
- Topics: dicom-web-viewer, dwv, medical-imaging, react, reactjs
- Language: Java
- Homepage: https://ivmartel.github.io/dwv-react
- Size: 66 MB
- Stars: 99
- Watchers: 8
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: license.txt
Awesome Lists containing this project
- awesome-dicom - dwv-react - Medical viewer using DWV and [React](https://react.dev/). (Libraries / JavaScript)
README
# dwv-react
Medical viewer using [DWV](https://github.com/ivmartel/dwv) (DICOM Web Viewer) and [React](https://reactjs.org/).
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](license.txt)).
[![Node.js CI](https://github.com/ivmartel/dwv-react/actions/workflows/nodejs-ci.yml/badge.svg)](https://github.com/ivmartel/dwv-react/actions/workflows/nodejs-ci.yml)
## Available Scripts
- `install`: install dependencies
- `start`: serve with hot reload at localhost:3000
- `test`: run unit tests
- `build`: build for productionUnit tests use [Jest](https://facebook.github.io/jest/).
This project was generated with the [Create React App](https://github.com/facebookincubator/create-react-app) version 1.1.1.
More details in the [user guide](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md).
## Steps to run the viewer from scratch
```sh
# get the code
git clone https://github.com/ivmartel/dwv-react.git# move to its folder
cd dwv-react# install dependencies
yarn install# call the start script to launch the viewer on a local server
yarn run start
```You can now open a browser at http://localhost:3000 and enjoy!