-
Notifications
You must be signed in to change notification settings - Fork 138
Test App Server
Philemon Ukane edited this page May 19, 2025
·
6 revisions
The client's GUI app can connect to a test app server. This allows testing of the UI without the need to configure dcrdex, bisonw or the wallets and server backends.
First, make sure the static web page assets are rebuilt.
Navigate to client/webserver/site and run npm i && npm run build.
To run the test server, navigate to client/webserver and run
go test -tags live -timeout 60mIn your browser, navigate to http://localhost:54321.