Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Caution

This example is in the process of being updated, and currently does not work.

Chat Room (React)

An example of using Qubit with React (and Vite) to build a simple live chat room with websockets.

Local Development

  1. Enable corepack with corepack enable if not enabled
  2. Install dependencies with pnpm i
  3. Run pnpm dev to run the Rust API and Vite frontend together