Skip to content
/ chatter Public

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

License

Notifications You must be signed in to change notification settings

typeoh/chatter

Repository files navigation

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 [email protected]: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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published