# itkjs-dicom-tests **Repository Path**: debugconsole/itkjs-dicom-tests ## Basic Information - **Project Name**: itkjs-dicom-tests - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-07 - **Last Updated**: 2021-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README itk-webpack-example =================== This example demonstrates how to load DICOM files using [itk.js](https://insightsoftwareconsortium.github.io/itk-js/). More information can be found in the [example documentation](https://insightsoftwareconsortium.github.io/itk-js/examples/dicom.html). ## Run Locally ``` npm install npm run start ``` And visit [http://localhost:8080/](http://localhost:8080/). ## Development ``` npm install npm run build npm test ```