Skip to content

lqt93/simple-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleChat App

SimpleChat is a simple chat web application that uses Socket.io and pure ReactJs (without Redux, Saga, etc). It need the SimpleChat API as its back-end. The messenger UI is look like Facebook's messenger.

Download

git clone https://github.com/lqt93/simple-chat-app.git

Require

SimpleChat requires NodeJs v10.0 and above.

Installation

** The instruction uses Yarn as default, you can either use yarn or npm.

cd simple-chat-app
yarn install

Running

You need to start SimpleChat API first and then you must add its's API_url to process.env.REACT_APP_API_HOST when starting SimpleChat App

REACT_APP_API_HOST=your_api_url yarn start

License

MIT

About

Simple chat application based on ReactJs, Socket.Io. Using simple-chat-api as back-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published