/chatty-frontend

📨 A simple chat app (frontend)

Primary LanguageTypeScriptMIT LicenseMIT

Chatty Frontend

Author LICENSE Stars

A simple chat app

Description

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

Deploy

  1. Clone Git repo
git clone https://github.com/nocpiun/chatty-frontend.git
  1. Install dependencies
npm i
  1. Launch the frontend app
npm run start
  1. Enter http://localhost:3000.

  2. Meanwhile, you should see the backend deployment instructions 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