Logo

THINK IN A REDUX WAY

tableOfContent Table of Contents

CODE RUN
How to run

rocketIcon How to run

Different lessons taught in this Redux Bangla Course by Learn with Sumit, 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. Login to the GitHub account on which you have been granted access to this repository. If you have purchased the course but didn't get the access to this repository, please contact our support team. You will find contact details below.

  2. Clone this repository -

    git clone https://github.com/SEC-MASUM/redux-lws.git
  3. Go to the cloned project directory

    cd redux-lws
  4. Checkout/switch to your desired branch. For example to switch to branch 1.1 -

    git checkout 1.1
  5. Follow the corresponding branch's README file instruction to run code.