You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd server
npm install
cp .env.example .env
npm run dev # arranca en http://localhost:4000
2. Cliente
cd client
npm install
cp .env.example .env
npm run dev # arranca en http://localhost:5173
Abre http://localhost:5173 en el navegador. Para probar el chat con varios usuarios, abre dos ventanas o una en incógnito y regístrate con cuentas distintas.