- Start Learning React -> react-app
- Getting Started with Redux -> redux-app
- Building React Applications with Idiomatic Redux -> idiomatic-redux-app
To start a dev server at localhost:3000
run:
cd [react-app|redux-app|idiomatic-redux-app]
npm install
npm start
Git repository of this projects contains tags for every tutorial.
Run git tag
or git tag -n
with messages for list of all available tags
Run git checkout <tagname>
to move your current branch to a state at specified
tag.
Run git diff <tagname> <course-last-tagname>
to see how is course-last-tagname
state of the repo different
from the tagname
state.