typeoh / chatter

Clean, simple chat app that lets users communicate in real-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatty App

A clean, simple chat app that lets users chat in real-time with WebSockets and React

Final Product

"Homepage for Chatty"

Usage

Clone chatty and create your own git repo.

git clone git@github.com:typeoh/chatter.git
cd react-simple-boilerplate
git remote rm origin
git remote add origin [YOUR NEW REPOSITORY]
# Manually update your package.json file

Install the dependencies and start both socket and client servers.

npm install
npm start
open http://localhost:3000

Linting

This ChattyApp project includes React ESLint configuration.

npm run lint

Dependencies

About

Clean, simple chat app that lets users communicate in real-time

License:MIT License


Languages

Language:JavaScript 82.6%Language:CSS 15.5%Language:HTML 1.8%