/chat-app

Primary LanguageJavaScript

Rich Text Editor Chat App

A chat application implemented with socket.io and TinyMCE.

This project was bootstrapped with Create React App.

Installation and Usage

Clone the repo

git clone https://github.com/ujjwal2505/chat-app.git

For Server

cd server

Install the dependencies

npm install

Run the server in the development mode. Deployed to http://localhost:5000

npm run dev

For Client

cd client

Install the dependencies

npm install

Run the app in the development mode. Open http://localhost:3000 to view it in the browser.

npm start

Create a production build

npm run build