HTML TEMPLATE | CODE RUN | CONTACT |
---|---|---|
Get HTML template | How to run | Contact us |
You can find the raw HTML template of the todo application from the "html_template" folder.
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/think-in-a-redux-way.git
-
Go to the cloned project directory
cd think-in-a-redux-way
-
Checkout/switch to branch 3.1
git checkout 3.1
-
Install dependencies
npm i
-
Install VS Code Live Server plugin & start the server.
npm start
-
Your app should be available in http://localhost:3000