Skip to content

eclipse-opensmartclide/smartclide-td-reusability-theia

Repository files navigation

smartclide-td-reusability-theia

Theia extension for the calculation and visualization of TD principal, TD interest and reusability.

Running the browser example

yarn start:browser

or:

yarn rebuild:browser
cd browser-app
yarn start

or: launch Start Browser Backend configuration from VS code.

Open http://localhost:3000 in the browser.

Running the Electron example

yarn start:electron

or:

yarn rebuild:electron
cd electron-app
yarn start

or: launch Start Electron Backend configuration from VS code.