youtube-react-query
youtube-react-query copied to clipboard
An example project that used in my youtube channel to learn how to work react-query package
React Context
this repo is related to a video that uploaded to my channel at youtube
video link: https://youtu.be/bhn-4qZewak
This project was bootstrapped with Create React App.
Install Depdencies
open a terminal on the direcotry that you cloend the project and then run
npm install
or if you are using yarn
:
yarn
Available Scripts
In the project directory, you can run:
start
npm run start
or if you are using yarn
:
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Enviroment Variables
There is no need to set any Enviroment Variables
Backend Server
for backend I used this repo:
https://github.com/vitorverasm/node-crud-rest
just run the backend server on port 3002 by running port=3002 npm run dev