Skip to content

jchapron/redux-friendlist-demo

Repository files navigation

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