HTML TEMPLATE | SERVER TEMPLATE | CODE RUN | CONTACT |
---|---|---|---|
Get HTML template | Get SERVER template | How to run | Contact us |
You can find the raw HTML template of the video application from the "html_template" folder.
You can find the raw SERVER template of the video application from the "server" 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 6.4
git checkout 6.4
-
Install dependencies
npm i
-
Install VS Code Live Server plugin & start the server.
npm start
-
Your app should be available in http://localhost:3000
Please follow the below instructions to run server in your machine:
- Go to the server directory
cd server
- Install dependencies
npm i
- Start the server
npm start