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
- Clone repo
- Run
npm install - Run
npm run build(requires browserify to be installed)