A lightweight slack clone that incorporates skills such as ReactJS, websockets and Express.
- Clone this repository into your local machine.
- Install dependencies using the
npm installcommand in both client and server directories. - Start the web server using the
npm startcommand in both the client and server directories. The app will be served at http://localhost:300/. - Go to http://localhost:3000/ in your browser.
- Screenshots included in docs directory and also provided under the 'Final Product' section.
- Express
- Node 5.10.x or above
- React
- Node-uuid
- ws
- Webpack


