Skip to content

tailorem/chattyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrabbyApp

A real-time chat application built with React and WebSockets from an LHL provided boilerplate.

Getting Started

  1. Clone this repository
  2. In the command line, navigate to /chatty_server and install all dependencies by running npm install
  3. Run node server.js
  4. In a new command line window, navigate to /app and install all dependencies by running npm install
  5. Run npm start
  6. Run open http://localhost:3000 OR in your browser, navigate to http://localhost:3000/

Final Product

"Screenshot 1" "Screenshot 2"

App Dependencies

  • react
  • react-dom

Dev Dependencies

  • babel-core
  • babel-loader
  • babel-preset-es2015
  • babel-preset-react
  • babel-preset-stage-0
  • css-loader
  • eslint
  • eslint-plugin-react
  • node-sass
  • sass-loader
  • sockjs-client
  • style-loader
  • webpack
  • webpack-dev-server

Server Dependencies

  • express
  • ws
  • uuid

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published