Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 673 Bytes

Redux Tutorial : Friend list demo

This repository is the source code for the blog post "Getting started with Redux" (08/2015).

You can follow along the tutorial or download this code and play with the demo.

Usage

npm install
DEBUG=true npm start
open http://localhost:3000

If you are on windows, run set DEBUG=true && npm start instead.

Dependencies