CODE RUN | CONTACT |
---|---|
How to run | Contact us |
Different lessons taught in this Reactive Accelerator: React-Next.js 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:
-
Login to your GitHub account in your Terminal. If you can't setup and install Git in your machine, kindly follow this tutorial.
-
Clone this repository -
git clone https://github.com/Learn-with-Sumit/rnext.git
-
Go to the cloned project directory
cd rnext
-
Checkout/switch to your desired branch. For example, to switch to branch 1.1 -
git checkout 1.1
-
Follow the corresponding branch's README file instruction to run code.