decred.org/dcrdex@v1.0.5/docs/wiki/Test-App-Server.md (about)

     1  # Test App Server
     2  
     3  The client's GUI app can connect to a test app server. This allows testing of
     4  the UI without the need to configure **dcrdex**, **bisonw** or the wallets
     5  and server backends.
     6  
     7  First, make sure the static web page assets are rebuilt.
     8  Navigate to `client/webserver/site` and run `npm i && npm run build`.
     9  
    10  To run the test server, navigate to `client/webserver` and run
    11  
    12  ```sh
    13  go test -tags live -timeout 60m
    14  ```
    15  
    16  In your browser, navigate to `http://localhost:54321`.