Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 441 Bytes

File metadata and controls

26 lines (17 loc) · 441 Bytes

ChatApp - Vite React Frontend

This is the frontend for the ChatApp project, built with Vite, React, SCSS, and Socket.io-client.

Installation

  1. Clone the repository:

    git clone https://github.com/Mich-Elle-Lo/ChatApp.git
    cd ChatApp/client
  2. Install the dependencies:

    npm install

Running the App

To start the development server, use the following command:

npm run dev