Chatty App is a simple aaplication that uses websockets to send messages between connected users.
From the root, install the dependencies and start the "react" server.
npm install
npm start
In another terminal, "cd" into the "chatty-server" folder and:
npm start
in browser, open http://localhost:3000
- 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
- uuid
- express
- ws