Skip to content

tyr-rust-bootcamp/10-chatapp

Folders and files

NameName
Last commit message
Last commit date
Aug 18, 2024
Aug 17, 2024
Aug 17, 2024
Aug 18, 2024
Aug 30, 2024
Aug 17, 2024
Aug 18, 2024
Aug 24, 2024
Aug 18, 2024
Aug 18, 2024
Aug 18, 2024
Aug 24, 2024
Aug 24, 2024
Aug 24, 2024
Aug 24, 2024
Aug 17, 2024
Aug 24, 2024

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