Skip to content

Debugging the UI

Kurt T Stam edited this page Aug 23, 2019 · 1 revision

Run the UI on your local box

cd app/ui-react
yarn install

Deploy a proxy on the remote server

syndesis ui --serve --project=<my-project>

or on Minishift use

syndesis ui --serve --minishift --project=<my-project>

Now you can add debugger; in your typescript class, and once hit it will break your JS in your browser. The proxy redirects to your localhost, so you can live update the UI locally to make changes.