This is a test program for image registration.
- Interactive manual test is run on a web browser.
- Install
Node.js.
In a terminal window, run
npm installnpm run build
- In a terminal, run
npm installand thennpm start. This starts the HTTP server. - Open the web page on a web browser. Filename "index.html" must be included.
http://localhost:8989/index.html
- In Visual Studio Code, place a breakpoint in a TypeScript
.tsfile. - In a terminal, run
npm run buildand thennpm start. The HTTP server shall be running. - Press "Start Debugging" or
F5key. This opens the web page on a new Chrome window. - When the breakpoint is hit, you can debug in Visual Studio Code.