Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 525 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 525 Bytes

React Workshop

react react

This repository contains handout materials and code for Rangle.io's React workshop, focusing on building applications using React and Flux.

Available workshops
// Base Project
cd base

// Todo App
cd todo-app

// Todo App Flux
cd todo-app-flux

// Todo Immutable
cd todo-app-immutable
Running workshops
npm install

npm start // http://localhost:8080/

npm test // to run tests