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.
git clone https://github.com/lqt93/simple-chat-app.git
SimpleChat requires NodeJs v10.0 and above.
** The instruction uses Yarn as default, you can either use yarn or npm.
cd simple-chat-app
yarn install
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
MIT