This github repository contains the supporting material for the SIIM 2017 Learning Lab "Build Your Own Zero Footprint Web Viewer"
Power point for the presentation for this is here
Link to view recording of learning lab :TBD
- WebStorm - download and run installer. A free 30 day trial is available. You are free to use another IDE, but this is my preference and what I will be using during the learning lab. If you do use another IDE, make sure you also have a web server setup to serve HTML/JS/CSS from (e.g Apache, IIS, live-server or whatever you prefer)
-
Orthanc - we won't be using this but it does have DICOMWeb functionality
-
dcm4chee - we won't be using this but it does have DICOMWeb functionality
- Clone this repository
git clone https://github.com/chafey/byozfwv.git
- Install NPM dependencies
npm install