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
- Host: GitHub
- URL: https://github.com/jusemon/react-real-time-chat
- Owner: jusemon
- Created: 2022-09-04T13:51:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T15:27:56.000Z (about 1 year ago)
- Last Synced: 2025-05-02T16:31:37.555Z (about 1 year ago)
- Topics: chat, e2e-encryption, react, realtime-chat, signalr-chat, vite
- Language: TypeScript
- Homepage: https://react-chat-jsm.web.app/
- Size: 519 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```