A basic chat application that allows multiple users to communciate with each other in real time.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm startcommand. The app will be served at http://localhost:3000/. - Go to http://localhost:3000/ in your browser.
- Chat about whatever is on your mind with whoever else is connected!
- Feel free to change your username or user color to whatver you like
- "babel-core": "6.23.1",
- "babel-loader": "6.3.1",
- "babel-preset-es2015": "6.22.0",
- "babel-preset-react": "6.23.0",
- "babel-preset-stage-0": "6.22.0",
- "css-loader": "0.26.1",
- "eslint": "3.15.0",
- "eslint-plugin-react": "6.9.0",
- "node-sass": "4.5.0",
- "sass-loader": "6.0.0",
- "sockjs-client": "^1.1.2",
- "style-loader": "0.13.1",
- "webpack": "2.2.1",
- "webpack-dev-server": "2.3.0"
- "express": "4.16.4",
- "uuid": "^3.3.2",
- "ws": "6.1.0"


