WebNest
Team/Rajvi Ahmed /rtk-query-learn

Repository

rtk-query-learn

View on GitHub ↗
JavaScript0 stars0 forks

README

Facebook

<!-- PROJECT LOGO --> <br /> <p align="center"> <img src="https://redux-toolkit.js.org/img/redux.svg" alt="Logo" width="80" height="80" /> <h3 align="center"><a href="https://github.com/rajviahmedtamim/rtk-query-learn/tree/main">Redux RTK Query Learning</a></h3> </p> <!-- TABLE OF CONTENTS -->

tableOfContent Table of Contents

CODE RUNCONTACT
How to runContact us
<br> <!-- HOW TO RUN -->

rocketIcon How to run

Please follow the below instructions to run this branch in your machine:

  1. 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.

  2. Clone this repository -

    git clone https://github.com/rajviahmedtamim/rtk-query-learn.git
    
  3. Go to the cloned project directory

    cd rtk-query-learn
    
  4. Install dependencies

    npm i
    
  5. Install VS Code Live Server plugin & start the server.

    npm start
    
  6. Your app should be available in http://localhost:3000

<br>

Please follow the below instructions to run server in your machine:

  1. Go to the server directory
    cd server
    
  2. Install dependencies
    npm i
    
  3. Start the server
    npm start
    
<br> <!-- CONTACT -->

contactIcon Contact us

Facebook LinkedIn mail

<!-- MARKDOWN LINKS & IMAGES -->
← Back to profile