https://github.com/hackafro/angular-stream-chat
Chat application built using Angular with Stream for realtime messaging
https://github.com/hackafro/angular-stream-chat
Last synced: 19 days ago
JSON representation
Chat application built using Angular with Stream for realtime messaging
- Host: GitHub
- URL: https://github.com/hackafro/angular-stream-chat
- Owner: HackAfro
- Created: 2020-04-28T12:41:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:33:00.000Z (over 2 years ago)
- Last Synced: 2025-04-11T19:53:04.386Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.82 MB
- Stars: 6
- Watchers: 0
- Forks: 8
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream Chat Application

This repository contains the code for the chat frontend application. This application makes requests to a Django server you can find [here](https://github.com/HackAfro/django-stream-server)
## 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