A chat application built using socket.io.
- Create a
.env
file with the following
REACT_APP_BACKEND_URL=<url>
- Run the development server with
npm start
To create a production-ready build, run npm run build
. If you are a contributor to this repository, the app is hosted on Netlify. Netlify has CI/CD set up to build when there are pushes to the main
branch.