Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 860 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 860 Bytes

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