This repository contains handout materials and code for Rangle.io's React workshop, focusing on building applications using React and Flux.
// Base Project
cd base
// Todo App
cd todo-app
// Todo App Flux
cd todo-app-flux
// Todo Immutable
cd todo-app-immutable
npm install
npm start // http://localhost:8080/
npm test // to run tests