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

https://github.com/jusemon/react-real-time-chat


https://github.com/jusemon/react-real-time-chat

chat e2e-encryption react realtime-chat signalr-chat vite

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Chat

A simple chat application built with React and TypeScript.

## Features

- [ ] Chat

## Environment Variables

- `VITE_API_URL`: The URL of the API.
- `VITE_AVATARS_API_URL`: The URL of the avatars API.

## Development

```bash
npm install
npm run dev
```

## Production

```bash
npm run build
npm run start
```