Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 242 Bytes

Redux Crash Course

Code from the "Redux Crash Course With React" video. Simple implementation of Redux using a couple React components.

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start