tnathalang / Chatty

A minimal chatting app built with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatty App

A minimal and light chatting app using React.js

Screenshots

"Screenshot of chatty messages in action!"

Usage

Install the dependencies in both the Chatty folder and again at chatty_server Start websocket server start app server

npm install

cd chatty_server
npm install (server side dependencies)
npm start

opens a new terminal
cd Chatty
npm start

type in http://localhost:3000 on the browser

Dependencies

About

A minimal chatting app built with React

License:MIT License


Languages

Language:JavaScript 83.3%Language:CSS 15.0%Language:HTML 1.7%