Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.19 KB

Realtime Chat App

This project is a Flutter-based frontend for a realtime chat application, designed to work with my NestJS backend.

High Quality Video Here

Prerequisites

Getting Started

  1. Clone the Repository:

    git clone https://github.com/Kurczaak/flutter_chat_app
  2. Install Dependencies:

    melos bootstrap
  3. Run Code Generators:

    melos build_runner
    dart pub run build_runner build --delete-conflicting-outputs
  4. Run the Application:

    flutter run