=====================
A simple chat application built with React.js and WebSockets
Fork and clone the repo.
git clone git@github.com/{yourUsername}/Chatty-App/.git
cd to Chatt-App folder
install the dependencies and start the servers
Install the dependencies and start the server
npm install
npm start
open http://localhost:3000
Open another terminal tab and start the websocket server
cd chatty_server
npm install
npm start
- React: 15.4.2
- ReactDOM: 15.4.2
- babel-loader
- webpack-dev-server
- 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

