An open API service indexing awesome lists of open source software.

https://github.com/anup-naik/chat-client

Front-end for Chat-Server Using Angular
https://github.com/anup-naik/chat-client

angular chat-application socket-io

Last synced: about 2 months ago
JSON representation

Front-end for Chat-Server Using Angular

Awesome Lists containing this project

README

          

# Chat-Client

A Angular Front-end App for Chat-Server.

## Usage

To start a local server, run:

```shell
ng serve --open
```
Opens your browser and navigates to `http://localhost:4200/`.

## Routes
BaseUrl → `http://localhost:4200`
- `/` → Renders the Home Component.
- `/signup` → Renders the SignUp Component.
- `/login` → Renders the Login Component.
- `/dashboard` → Renders the Dashboard Component.
- `/dashboard/chat` → Renders the Chat Component Child of Dashboard.
- `/**` → Renders the Pagenotfound Component.