This is the frontend for the ChatApp project, built with Vite, React, SCSS, and Socket.io-client.
-
Clone the repository:
git clone https://github.com/Mich-Elle-Lo/ChatApp.git cd ChatApp/client -
Install the dependencies:
npm install
To start the development server, use the following command:
npm run dev