Skip to content

Launch Bridging frontend

You will need to install the dependencies for the frontend before the first run, and every time you add or change a dependency.

Install dependencies

gobridging
npm install --legacy-peer-deps

Start the Bridging frontend

gobridging
ng serve

Stop the Bridging frontend

If you need to stop the frontend, you can do this by pressing Ctrl + C.