close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2204

Table Of Contents

4.3.2.1 Starting the Studio Client

To start the Studio Client, use pnpm to run the start script.

You have two possibilities to connect your Studio Client with a Studio server:

  1. Connect Remote Studio Server

  2. Connect Local Studio Server

Working Directory:

apps/studio-client/global/studio
Connect Remote Studio Server

Start the Studio Client and connect against a remote Studio running at <URL> via

pnpm run start -- --proxyTargetUri <URL>

With this command line call, only Rest requests are proxied to/from the remote Studio Server. No remote static Studio Client resources are proxied, that is, all Studio Client resources are served locally.

Connecting Local Studio Server

First: Start Studio Server locally.

Then just start the Studio Client via

pnpm run start

With this command line call, the Rest requests are proxied to/from the locally started Studio Server. Again, no remote static Studio Client resources are proxied, that is, all Studio Client resources are served locally.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.