An open API service indexing awesome lists of open source software.

https://github.com/gatomod/simple-chat

💬🍃 Un chat simple creado con socket.io y tailwind css
https://github.com/gatomod/simple-chat

socket-io tailwindcss

Last synced: about 1 month ago
JSON representation

💬🍃 Un chat simple creado con socket.io y tailwind css

Awesome Lists containing this project

README

          

# simple chat
## 💬🍃 Un chat simple creado con socket.io y tailwind css

### Cómo hacer que funcione?
1. Descarga el repositorio
2. Instala las dependencias con el siguiente comando:
```sh
# Usando yarn
yarn

# Usando npm
npm install
```
3. Ejecuta el programa con el siguiente comando:
```sh
node index.js
```

Es un pequeño proyecto personal con algunos bugs pero funciona. Siéntete libre de usarlo ;D

*Gátomo - MIT license*