sayemalmahdi / Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Table of Contents

CODE RUN
How to run

How to run

Different lessons are organized in separate branches with naming convention - [module number].[lesson number]. For example, Module-1 Lesson-1 source code is shared in 1.1 branch. Just switch to a branch and follow the corresponding branch's README file instruction.

Please follow the below instructions to run different branches of this repository in your machine:

  1. Clone this repository -
    git clone https://github.com/sayemalmahdi/Redux.git
  2. Go to the cloned project directory
    cd Redux
  3. Checkout/switch to your desired branch. For example to switch to branch 1.1 -
    git checkout 1.1
  4. Follow the corresponding branch's README file instruction to run code.

About


Languages

Language:HTML 66.3%Language:JavaScript 33.7%