A minimal and simple clone of Slack written with ReactJS and Websockets.
Clone this repository and cd
to each directory to run the specified commands below:
Install the dependencies and startup the chatt app.
npm install
npm start
open http://localhost:3000
Install the dependencies and start the websocket server.
npm install
npm start
- React
- React-DOM
- Webpack
- babel-loader
- webpack-dev-server
- express
- ws
- uuid