create-itk-app
Version:
Create an application based on itk.js, vtk.js, and React.js.
13 lines (9 loc) • 373 B
Markdown
# Create ITK App
This project will generate a new application based on
[itk.js](https://insightsoftwareconsortium.github.io/itk-js/),
[vtk.js](https://kitware.github.io/vtk-js/index.html), and
[React.js](https://reactjs.org/) with everything you need to get started.
After [installing Node.js](https://nodejs.org/en/download/),
```sh
npx create-itk-app my-first-app
```