A single-page Slack clone application built with Node, Express, React, JSX, Babel and WebPack. Chatty supports multiple users to communicate with each other and receive system notification in real-time.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm startcommand. - Open another terminal and start the react client using the
npm startcommand. - Go to http://localhost:3000/ in your browser, open as many windows as needed to stimulate multiple users chatting situation.
- Express
- Node 5.10.x or above
- nodemon
- express
- uuid
- ws
- react
- babel
- eslint
- webpack

