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)
- Host: GitHub
- URL: https://github.com/nocpiun/chatty-frontend
- Owner: nocpiun
- License: mit
- Created: 2024-02-06T07:49:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T07:22:56.000Z (about 2 years ago)
- Last Synced: 2025-02-06T22:15:05.714Z (about 1 year ago)
- Topics: chat, chat-app, frontend, javascript, react, reactjs, typescript, web-socket
- Language: TypeScript
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Chatty Frontend
[](https://github.com/NriotHrreion)
[](./LICENSE)
[](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)