README
Table of Contents
| CODE RUN | CONTACT |
|---|---|
| How to run | Contact us |
How to run
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/rajviahmedtamim/rtk-query-learn.git -
Go to the cloned project directory
cd rtk-query-learn -
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