https://github.com/thangved/chat-app
chat-app
https://github.com/thangved/chat-app
chat chraka funny mini-app react single-page-app socket-io thangved typescript
Last synced: 3 months ago
JSON representation
chat-app
- Host: GitHub
- URL: https://github.com/thangved/chat-app
- Owner: thangved
- License: gpl-3.0
- Created: 2022-03-14T11:39:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T17:37:04.000Z (over 1 year ago)
- Last Synced: 2024-09-16T21:37:10.327Z (over 1 year ago)
- Topics: chat, chraka, funny, mini-app, react, single-page-app, socket-io, thangved, typescript
- Language: TypeScript
- Homepage: https://thangved.github.io/chat-app/
- Size: 3.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# chat-app
[](https://github.com/thangved/chat-app/actions/workflows/codeql-analysis.yml)
[](https://www.codefactor.io/repository/github/thangved/chat-app)
## Install Dependencies
```sh
cd server
yarn
```
```sh
cd app
yarn
```
## Development
- In `./server`
```sh
yarn watch
```
```sh
yarn dev
```
- In `./app`
```sh
yarn start
```
## Production
- In `./server`
```sh
yarn start
```
- In `./app`
```sh
yarn build
```