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

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

Awesome Lists containing this project

README

          

# chat-app

[![CodeQL](https://github.com/thangved/chat-app/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/thangved/chat-app/actions/workflows/codeql-analysis.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/thangved/chat-app/badge)](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
```