Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 1.49 KB

readme.md

File metadata and controls

33 lines (15 loc) · 1.49 KB

Learn Redux Starter files

This repo includes the learn-redux folder which is where you will build your application as well as a number of partially finished client folder contents that correspond with the start of each video. These stepped folders should be used to reference or restore your application if things aren't working 100%.

There are only folders for videos which have significant changes.

Getting Started

Fork or download this repo and run npm install in the folder with the package.json file.

Pull Requests

Pull requests that fix dependencies between the videos and this repo are welcome as long as they correspond with the code written in the videos.

FAQ / Help

Before anything, make sure you are on the latest node. You can run node -v and if you have anything less than 5.x, you'll need to update. The files will probably work on older versions, but in my experience 80% of issues go away with an update.

Q: I'm getting Unexpected Token Error

A: You probably don't have the .babelrc file in your learn-redux folder. This makes sure that you have all the right transpile dependencies. Grab it from here.

Q: How do I download these videos?

A: I made a video for exactly this.

Q: What theme and font are you using?

A: Cobalt2 and Operator Mono. I wrote a bit of info here → http://wesbos.com/uses