Quchat is a simple chat application.
Live demo available here
Create a .env
file and set REACT_SOCKET_URL
to the URL of the server you want to connect to.
.env
REACT_APP_SOCKET_URL=localhost:3001
Then you can run a live server with yarn run start
or create a build with yarn run build
This software is distributed under the GPLv3 license