ridjohansen / Learn-Redux-Starter-Files

⚛ Starter files and solutions for the LearnRedux.com video series

Home Page:http://LearnRedux.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Redux Stater 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 npm -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.

I'll use this space to add FAQ as they come in.

About

⚛ Starter files and solutions for the LearnRedux.com video series

http://LearnRedux.com


Languages

Language:JavaScript 74.8%Language:CSS 25.2%Language:HTML 0.1%