Skip to content

JSON generator web page

Andrey Fedorov edited this page Jun 6, 2016 · 4 revisions

Prerequisites

In order to be able to run the web page for generating a valid JSON file, you will need the following:

Usage

You can use your own http server or you can simply install one from Node.js:

sudo npm install http-server -g

Run the following commands from dcmqi/web/app directory:

bower install
http-server app/
Clone this wiki locally