/react-cornerstone

Display Dicom Images using the cornerstone Core library and React

Primary LanguageJavaScript

React / Node / Cornerstone

React/ Cornerstone web boilerplate.

Running on development mode:

npm start

Running to production mode:

npm run build
npm start

The cornerstone library used in this project was modified to remove jquery from its dependencies.

Before you deploy, make sure you generated your bundle through npm run build.