https://github.com/dracaster/live-chat
Live chat. Developed with ReactJS + MaterialUI + NodeJS + Express + Socket.io
https://github.com/dracaster/live-chat
chat express javascript live-chat nodejs react reactjs socket-io
Last synced: 27 days ago
JSON representation
Live chat. Developed with ReactJS + MaterialUI + NodeJS + Express + Socket.io
- Host: GitHub
- URL: https://github.com/dracaster/live-chat
- Owner: DraCaster
- Created: 2020-07-09T20:02:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T06:21:14.000Z (about 3 years ago)
- Last Synced: 2025-01-26T07:22:58.396Z (about 1 year ago)
- Topics: chat, express, javascript, live-chat, nodejs, react, reactjs, socket-io
- Language: JavaScript
- Homepage:
- Size: 458 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# live-chat
_A small chat in real time._
Developed with ReactJS + Material UI + NodeJS + Express + Socket io
---
## Instalación 🔧
_Necesitas tener NodeJS para poder correr el proyecto_
### Clona el proyecto
```
git clone https://github.com/DraCaster/live-chat.git
```
### Para el servidor
_Accede a la carpeta del servidor_
```
cd server
```
_Instala las dependencias_
```
npm install
```
_Corré el proyecto_
```
npm run dev
```
### Para el cliente :busts_in_silhouette:
_Accede a la carpeta del cliente_
```
cd client
```
_Instala las dependencias necesarias_
```
npm install
```
_Corré el proyecto_
```
npm start
```
## Construido con 🛠️
* [ReactJS](https://es.reactjs.org)
* [Material UI](https://material-ui.com)
* [NodeJS](https://nodejs.org/en/)
* [Express](https://expressjs.com/es/)
* [Socket IO](https://socket.io)
## Versiones 📌
Aun no hay disponible un versionado del código. Pero pronto!
## Si te sirvió, regalame una estrellita 🎁
* Hecho con amor ❤️ por [Lushan](https://github.com/DraCaster)
---