shohan-ch / chat-bot

Simple chat application using socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whatsapp 2.0

Whatsapp 2.0 is simple chatting system using express, react and of course typescript

Screenshots

image info

Installation

    git clone https://github.com/xtareq/chat-bot
    cd chat-bot and npm install #yarn
    cd client and npm install #yarn 

Open project in your favorite code editor. if you using Visual studio code you can just run:

    code .

Update .env file for database configuration and others.

For development run following command

    yarn dev

For Production run following in your terminal

    yarn build
    yarn start

Thank you

About

Simple chat application using socket.io


Languages

Language:TypeScript 85.7%Language:CSS 5.5%Language:HTML 4.7%Language:JavaScript 3.7%Language:Shell 0.3%