A chat app built on ReactJS using websockets. Allows local chatting and displaying of images and gifs!
React, Webpack with Babel, JSX, ES6, webpack dev server, WebSockets using Node package ws on the server-side, and native WebSocket on client side
Clone the project:
git clone git@github.com:Jesswinters/chatty.git
CD into the server folder and start the server:
cd /chatty/server
npm install
npm start
CD into the project and start the app:
cd /chatty
npm install
npm start
open http://localhost:3000
Start chatting!
- Node 5.10.x or above
- React
- Webpack
- babel-loader
- webpack-dev-server
