Skip to content

An example project that used in my youtube channel to learn how to work react-query package

Notifications You must be signed in to change notification settings

nimaa77/youtube-react-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example project that used in my youtube channel to learn how to work react-query package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published