From the course: TanStack Query: Efficient Data Fetching and State Management
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Setting up your environment - TanStack Query Tutorial
From the course: TanStack Query: Efficient Data Fetching and State Management
Setting up your environment
- [Instructor] Let's take a look at how we can get our environment set up so that we can work with the files. There are two different ways that we can work with the files for this project. All of the files are hosted here on GitHub, so this GitHub repository has everything that you need. And I want to walk you through what we have here. So the first way of working with this code is we can download this to our local machine. You can clone the repo, you can open with GitHub desktop. You can download the zip. I'm going to go ahead and copy this URL to my clipboard. So once I copy this URL, I can go over to my terminal or command prompt. I can navigate to a location where I want these files to live. And then I can get clone and paste the link here, and this will download everything. So now I can make sure that I'm navigated to the right place. So I can say tanstack-query-efficient-data- fetching-and-state-management. Okay, so I'm navigated to the right spot. Now you can open this from…