# web-demo This module serves as an example on how you can integrate the BitGo SDK into your own UI. ## Usage In order to start the server, run the following command after having already run `yarn install` in the root of the repo. ``` yarn dev ``` This will spin up a server serving the UI at [localhost:8080](localhost:8080).