Architecture for saving, editing, deleting, and displaying data using React, Redux, and the map-state-to-props lifecycle.

Application Setup
cd redux-twitch
npm install
npm start

Json Server Setup
cd redux-twitch/client/api
npm install
npm start

Rtmp Server Setup
cd redux-twitch/client/rtmpserver
npm start
npm install

Congrats!
Navigate to http://localhost:3000