Skip to content

tyr-rust-bootcamp/10-chatapp

Repository files navigation

Chat App

A modern, real-time chat application built with Vue.js and Tauri. It connects to the chat server which was introduced in chat server.

Features

  • Real-time messaging
  • User-friendly interface
  • work across web and desktop
  • Lightweight and fast performance

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (v18 or later)
  • Rust (latest stable version)
  • Tauri CLI

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/chat-app.git
    cd chat-app
    
  2. Install dependencies:

    yarn
    

Running the App

To run the desktop app, you could use:

cargo tauri dev

To run the web app, you could use:

yarn dev