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
- Host: GitHub
- URL: https://github.com/gatomod/simple-chat
- Owner: gatomod
- License: mit
- Created: 2021-08-10T22:21:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T19:23:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T01:42:00.666Z (over 1 year ago)
- Topics: socket-io, tailwindcss
- Language: JavaScript
- Homepage: https://chat-cutre-xd.herokuapp.com/
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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*