The simplest Qubit setup possible.
In one terminal, start the server.
cargo runIn another terminal, install TypeScript dependencies, and run the client!
corepack enable # if not enabled
pnpm i
pnpm startThe TypeScript client has some additional dependencies in order to get it up and running quickly,
namely ws. This is not required for clients that are running in the web browser due to
WebSocket existing, however in Node this is not the case.