CODE BASE | CODE RUN | CONTACT |
---|---|---|
Get Project | How to run | Contact us |
Together, we're starting a fascinating project that makes use of Reducer and the React Context API. I think this video will help you build a strong React foundation. Open your VS Code right away, and come along on this adventure with me.
Please follow the below instructions to run this branch in your machine:
-
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.
-
Clone this repository -
git clone https://github.com/Learn-with-Sumit/rnext.git
-
Go to the cloned project directory
cd rnext
-
Checkout/switch to branch 3.21
git checkout 3.21
-
Just run this command to install node dependencies
npm i
-
Just run this command
npm run dev