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

https://github.com/nocpiun/chatty-frontend

📨 A simple chat app (frontend)
https://github.com/nocpiun/chatty-frontend

chat chat-app frontend javascript react reactjs typescript web-socket

Last synced: 9 months ago
JSON representation

📨 A simple chat app (frontend)

Awesome Lists containing this project

README

          

# Chatty Frontend

[![Author](https://img.shields.io/badge/Author-NriotHrreion-red.svg "Author")](https://github.com/NriotHrreion)
[![LICENSE](https://img.shields.io/badge/License-MIT-green.svg "LICENSE")](./LICENSE)
[![Stars](https://img.shields.io/github/stars/nocpiun/chatty-frontend.svg?label=Stars&style=flat)](https://github.com/nocpiun/chatty-frontend/stargazers)

> A simple chat app

## Description

Chatty is a simple chat app written in Java + Typescript + React.

## Deploy

1. Clone Git repo

```bash
git clone https://github.com/nocpiun/chatty-frontend.git
```

2. Install dependencies

```bash
npm i
```

3. Launch the frontend app

```bash
npm run start
```

4. Enter `http://localhost:3000`.

5. Meanwhile, you should see [the backend deployment instructions](https://github.com/nocpiun/chatty-backend#deploy) and launch Chatty backend server. Then, you can start using Chatty.

## Scripts

An explanation of the `package.json` scripts.

- **`start`** Launch the frontend app
- **`build`** Create a production build
- **`test`** Run tests

## LICENSE

[MIT](./LICENSE)