Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 504 Bytes

File metadata and controls

22 lines (15 loc) · 504 Bytes

React Cornerstone DICOM Viewer

This is a basic example showing how to use cornerstrone.js library along with React.js to show DICOM images.

Live demo

https://shalkam.github.io/react-cornerstone-example/

Development

Clone the repository

  • git clone
  • cd react-cornerstone-example

Install dependencies

  • yarn or npm install

Start the server

  • yarn start

Build

  • yarn build
  • Output will be in the build directory