Home

Awesome

React chat app

Source code files for my article series on developing a Slack-style chat app with React.

Following articles have been published so far:

  1. React basics: Building an application prototype
  2. Getting started with npm and Browserify in a React project
  3. React application data-flow: Where and how to store your data
  4. Using WebRTC and React to build a basic chat server
  5. Improving our React workflow with ES6 and functional stateless components

Install

  1. Clone repo
  2. Run npm install
  3. Run npm run build (requires browserify to be installed)