Blueprint Developer Manual / Version 2310
Table Of ContentsTo start the Studio Client, use pnpm
to run the start
script.
You have two possibilities to connect your Studio Client with a Studio server:
Connect Remote Studio Server
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.