/chatapp

Chat App for beginners, written on 19.11.2020 Sabanci University Workshop

Primary LanguageCSSMIT LicenseMIT

Chat App

A simple chat app for SUACM WorkShop, developed at 19.11.20 and conducted by Batuhan Isildak GitHub

Demo 🚈

For live demo : https://chatapp-6a33peppk.vercel.app/

🛠️ Installation Steps

  1. Clone the repository
git clone https://github.com/Sabanci-University-ACM-Student-Chapter/chat-app.git
  1. Change the working directory
cd chat-app
  1. Install dependencies
npm install
  1. Run the server
npm start
  1. Serve the Client
You can use services like APACHE, NGINX or just click the index.html file!