Skip to content

Latest commit

 

History

History

hello-world

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hello, world!

The simplest Qubit setup possible.

In one terminal, start the server.

cargo run

In another terminal, install TypeScript dependencies, and run the client!

corepack enable # if not enabled
pnpm i
pnpm start

Note

The 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.