sk8beemo / angular-stream-chat

Chat application built using Angular with Stream for realtime messaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream Chat Application

ScreenShot: App Main Screen

This repository contains the code for the chat frontend application. This application makes requests to a Django server you can find here

Getting up and running

  • Clone the repository
  • Inside the cloned directory, run the following commands:
    • npm install or yarn - To install all the project's dependencies.
    • Run yarn start or npm start to start the frontend application

Project directory

  • The frontend application - ./src

The reusable components that make up the frontend application can be found in the src/app directory. Each component serves a single purpose:

  • ./src/app/chat/ - renders the chat interface
  • ./src/app/join - renders signup view

About

Chat application built using Angular with Stream for realtime messaging


Languages

Language:TypeScript 61.3%Language:CSS 20.9%Language:HTML 9.3%Language:JavaScript 8.5%