Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 809 Bytes

File metadata and controls

33 lines (23 loc) · 809 Bytes

💬 Real Time Chat App

📃 About

A chat app created with Node.js and Socket.io. Frontend uses vanilla JavaScript and TailwindCSS.

🔧 Tech Stack

These are the main technologies used to create the application:

🚀 How to use it

  1. Clone the repo:
  $ git clone https://github.com/dberri/realtime-chat-app.git
  $ cd realtime-chat-app
  1. Run the application:
  # Install dependencies
  $ yarn install
  $ yarn start
  1. In your browser, navigate to http://localhost:3000