Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 509 Bytes

File metadata and controls

26 lines (17 loc) · 509 Bytes

Chat App

Browser-based chat client for the Chatli messaging backend. Built with Angular 20 and Ionic 8.

Development

npm install
npm start

Visit http://localhost:4200

Building with Docker

docker build -t fra/chatapp .
docker run -ti --rm -p 80:80 fra/chatapp

Visit http://localhost

Backend connection