Update CommentsRedux2.md

master
Matt Huntington 8 years ago committed by GitHub
parent f6e5b1185b
commit a7f8f05abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ The last section works, but there are some optimizations we can make
## Set Up ## Set Up
1. Copy the [comments_build_example](comments_build_example) directory from this repo. It's what we built [here](Comments.md) 1. Copy the [comments_build_example](comments_build_example) directory from this repo. It's what we built [here](Comments.md)
1. Copy the `store.js` file we created for [this build](Redux.md) 1. Copy the `store.js` file we created for [this build](Redux.md) into the `js/` dir of the `comments_build_example` dir you just created in the previous step
1. Install redux with `npm install redux --save-dev` 1. Install redux with `npm install redux --save-dev`
## Install `react-redux` ## Install `react-redux`

Loading…
Cancel
Save