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:
- React basics: Building an application prototype
- Getting started with npm and Browserify in a React project
- React application data-flow: Where and how to store your data
- Using WebRTC and React to build a basic chat server
- Improving our React workflow with ES6 and functional stateless components
Install
- Clone repo
- Run
npm install
- Run
npm run build
(requires browserify to be installed)