Skip to content

cgrowntree/chatty-app

Repository files navigation

Chatty App

A multi-client real-time chat app. Primarily a client-side single-page app built with ReactJS. The client-side app communicates with a server via WebSockets for multi-user real-time updates.

Screenshots

"Screenshot of app"

Running the project on your local machine

  1. Install dependencies: npm i

  2. Start the server in chatty_server with npm start

  3. Run the project in the root directory with npm start

  4. Visit http://localhost:3000 in your browser

Dependencies

  • babel-core
  • babel-loader
  • babel-preset-es2015
  • babel-preset-react
  • css-loader
  • node-sass
  • sass-loader
  • sockjs-client
  • style-loader
  • webpack
  • webpack-dev-server
  • react
  • react-dom

About

lighthouse/chatty-app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published