A chat app built with Node.js, Socket.io, React.js, and Tailwind CSS.
View Demo
·
Report Bug
·
Request Feature
A real-time app to exchange messages with connected users. Built for learning purposes. This was the first time using Socket.io, so I decided to follow their tutorial to create a chat app and I added a few of the suggested features.
To get a local copy up and running follow these simple steps.
You need to have npm installed.
npm install npm@latest -g
git clone https://github.com/lucasmrl/chat-app.git
npm install
npm run dev
// app.use(express.static(path.join(__dirname, "client/build")));
// app.get("/*", function (req, res) {
// res.sendFile(path.join(__dirname, "client/build", "index.html"));
// });
Distributed under the MIT License. See LICENSE
for more information.