yonglehou / redux-friendlist-demo

Simple demo app featuring Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple demo app featuring Redux

License:MIT License


Languages

Language:JavaScript 85.0%Language:CSS 10.5%Language:HTML 4.5%