How to clone a React App from Github

  Рет қаралды 122,997

h3webdev

h3webdev

Күн бұрын

Пікірлер: 172
@6flak
@6flak 3 жыл бұрын
Exactly what I was looking for. Excellent video!!!! Note for begginers: We have to run "npm install" because the folder "node_modules" it's being ignored by ".gitignore" file. (Correct me if I'm wrong =p)
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Yes, when u clone the app from github ur never gonna have the npm file, npm file is too big and always ignored so it's never on github, so when u do npm i you get it with all the packages needed for the project :D Thanks for watching :)
@mihirbecool
@mihirbecool 3 жыл бұрын
I had been stuck with the errors after npm start and this saved me thank you so much. :D
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad I could help. Thanks for watching :)
@revmartin2981
@revmartin2981 3 жыл бұрын
@@h3webdevtuts you helped me too 🤘you are awesome
@Zirnz
@Zirnz 3 жыл бұрын
5 minutes that can change a life right here, thanks bro.
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@kiwigabroos9743
@kiwigabroos9743 3 жыл бұрын
Thank Bro , u are a life saver , i watched so many useless videos on yt from last 2 hours and finally I found this
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad I could help. Thanks for the kind words :)
@u_o_m_i
@u_o_m_i 3 жыл бұрын
Most demanding video for College going students 😁😁😬😬
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Hope it helped :D Thanks for watching :)
@madhanr7808
@madhanr7808 2 жыл бұрын
i am using mac book , when i give npm start then it opens the browser then there is an error showing "the site can not be connected" local host refused to connect.
@Prakhar-ie1wk
@Prakhar-ie1wk 11 ай бұрын
yes same issue; btw how you coped with that?
@deepchaudhari3474
@deepchaudhari3474 3 жыл бұрын
Great job bro, was stuck with errors but this video saved a lot of time and effort....keep it up🙌🏻👍🏻
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad it was helpful. Thanks for watching :)
@prashantbhardwaj5892
@prashantbhardwaj5892 3 жыл бұрын
I love you for this, you saved my allloooot of time, keep it up brother
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad you found it useful. Thanks for the kind words :)
@anantjain9679
@anantjain9679 3 жыл бұрын
i am facing exactly same error , i do many things but not got it , after clone i npm install and npm start but same error showing me
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Hi, can u elaborate more on this, what is the error you are getting? Thanks for watching :)
@acupic
@acupic 3 жыл бұрын
This was very helpful. Svaka cast Majstore!
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@alkarani5551
@alkarani5551 3 жыл бұрын
i was having problem in running the react js project copied that from github.. it has the two folders.. frontend and backend.. trying it from 3 days.. please help me
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
You probably just need to cd into frontend and do npm start, if u need to start backend as well cd into it from another cmd and do npm run dev, hope that helps. Thanks for watching :)
@DIKSHAGUPTA-e4d
@DIKSHAGUPTA-e4d 8 ай бұрын
do we need to have that 4 script mentioned in frontend json file as well as backend json file, as im havinf these 4 script in frontend json file but not in backend @@h3webdevtuts
@BadalJena-oh6qu
@BadalJena-oh6qu Ай бұрын
@@h3webdevtuts na it doesnt run i have tried it
@BadalJena-oh6qu
@BadalJena-oh6qu Ай бұрын
@@h3webdevtuts it cannot install npm and shows error
@rutvikprajapati6473
@rutvikprajapati6473 4 жыл бұрын
how to solve this error::::::::: "Cannot determine which native SDK version your project uses because the module expo is not installed. Please install it with yarn add expo and try again."
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
Looks like you need to install Expo I guess. This looks like it's for React Native not React.
@rutvikprajapati6473
@rutvikprajapati6473 4 жыл бұрын
@@h3webdevtuts it is for react native i had install all modules with command--"npm install" but it still gives me this error..... And this happens on only remote code ..BTW thanks for reply.☺️
@anaszakimatyunoh7862
@anaszakimatyunoh7862 2 жыл бұрын
very helpful for beginner like me.i follow your steps and it works!! thank you so much.
@kirantechnophile7852
@kirantechnophile7852 3 жыл бұрын
Can I submit this as my project.. can the evaluators (mentors) find this as a copied project.. What to do to aware from this..? please explain..
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Hi, sorry but I'm not sure what do u mean by that? If you are speaking about the website I'm using, that's used only for teaching purposes, hope that helps. Thanks for watching :)
@drotsyk
@drotsyk 2 жыл бұрын
why when i clone rep, npm install, and npm start - i have not my project - i have started project react when u enter npx create-react-app and npm start?
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Hi, can you please explain on what's the exact issue you are having so I can try to help with that. Thanks for watching :)
@keto.sensei
@keto.sensei 3 жыл бұрын
so it will be difficult if i wanna work with dualboot for one project folder? because i've tried made the project on ubuntu and it's working then i am tried to open it again on my windows but i got that error
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
I honestly have no idea about that. Feel free to join the discord server, there might be someone who can help. Thanks for watching :)
@raghavchawla1658
@raghavchawla1658 Жыл бұрын
Thansk a lot for this video buddy. Why delete package lock json file?
@Bharath-c4e
@Bharath-c4e Ай бұрын
after npm start the output is not coming it shows the troubleshoot page
@mimo2020raja
@mimo2020raja Жыл бұрын
Really useful information it saves a lot of time Now just clone and customize and modify life is easy and coding too😅
@crowbr
@crowbr 3 жыл бұрын
So to push to github again to build project you need push project without node modules?
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Git ignore file that u have has node modules ignored by default, so you don't need to change anything, you can push the code always and node modules won't get included. Thanks for watching :)
@NainshreeRaj-jr1tu
@NainshreeRaj-jr1tu Жыл бұрын
I am facing a problem after npm start it is showing " Error: error:0308010C:digital envelope routines::unsupported"
@zolboobatsaikhan808
@zolboobatsaikhan808 3 жыл бұрын
is there possible to run project with server folder? i'm stuck that app with server
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Hi, I'm not sure what's the issue you are having, can you explain more on this? Thanks for watching :)
@zolboobatsaikhan808
@zolboobatsaikhan808 3 жыл бұрын
@@h3webdevtuts can i have your social account? Or mail?
@zolboobatsaikhan808
@zolboobatsaikhan808 3 жыл бұрын
@@h3webdevtuts can u check u'r email plsss
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
@@zolboobatsaikhan808 I haven't got any email from you
@sumit9765
@sumit9765 Жыл бұрын
After npm start I got error:03000086:digital envelope routine initialisation error What should I do ..
@neelpatel4443
@neelpatel4443 3 жыл бұрын
it was 300th like and as obvious this was extremely needed "install npm" :)
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad you got it working. Thank you :)
@adityashukla2384
@adityashukla2384 2 жыл бұрын
Error comes after deleting lock jason when using the command npm install
@monayemhossain5356
@monayemhossain5356 3 жыл бұрын
You saved my 15 days.. Thanks
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad I could help. Thanks for watching :)
@xenoxel
@xenoxel 2 жыл бұрын
can you do a tutorial for react native windows 10?
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Hi, sorry I do not have much experience with react native currently, but maybe in the future. Thanks for watching :)
@digitalcynicism
@digitalcynicism 2 жыл бұрын
What the hell how was I supposed to know to delete yarn.lock wtf??? So pissed!@@ thank you!!
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
No problem :D Yeah there is always something else that we forget or don't know. Thanks for watching :)
@eniolakayode2384
@eniolakayode2384 3 жыл бұрын
This was really helpful, thank you very much
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad I could help. Thanks for watching :)
@preetamsagarekka963
@preetamsagarekka963 Жыл бұрын
showing the site cant be reached what to do ?
@sarahdidla9497
@sarahdidla9497 Жыл бұрын
I'm getting errors when I try to run npm install. please help
@mouhcineelhafir6089
@mouhcineelhafir6089 3 жыл бұрын
Is it the same thing with react native? thanks for helping!
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Hey, I honestly do not know, I've only used React Native twice. Can't really help with that. Thanks for watching :)
@xaviball2911
@xaviball2911 Жыл бұрын
this is exactly what i was looking thanks
@maxkee2834
@maxkee2834 4 жыл бұрын
Thanks bro I find this a long time
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
No problem, glad I could help. Thanks for watching :)
@JDE16
@JDE16 4 жыл бұрын
thx you very much greetings from Colombia.
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
You are welcome. Thanks for watching :)
@axeDev
@axeDev 4 жыл бұрын
This helped a lot. Thank you
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
Glad I could help. Thanks for watching :)
@ujjwalbhandarii
@ujjwalbhandarii 3 жыл бұрын
can you give me this project github link
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
You can get it from that link when watching the video if it still there, it was my friend's github so I'm not sure if he still has that project. Thanks for watching :)
@faritaa31
@faritaa31 3 жыл бұрын
I deleted that lock file but still get this error "npm is not recognize...." etc , what should i do now ?
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Hi, I'm not sure what's the issue you are having. Check out these 2, stackoverflow.com/questions/20992723/npm-is-not-recognized-as-internal-or-external-command-operable-program-or-bat , stackoverflow.com/questions/33055515/npm-is-not-recognized-as-an-internal-or-external-command-operable-program-or/33055592 , some of them might help you find the solution. Thanks for watching :)
@imhoanghean
@imhoanghean 3 жыл бұрын
now, how to edit this prj ?
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Sorry, I'm not sure what exactly ur trying to do, let me know and I'll help you out. Thanks for watching :)
@ajitsakri9888
@ajitsakri9888 4 жыл бұрын
when we do git push why are node modules not pushed
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
You can check the git ignore file, node modules are gonna be there, that's the reason they are not pushed to github. If you don't wanna push any other files you can add them in git ignore as well. Hope it's more clear now. Cheers!
@ajitsakri9888
@ajitsakri9888 4 жыл бұрын
@@h3webdevtuts ohh this is how it works ,thank you answering
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
@@ajitsakri9888 Yes and you are welcome, thank you for watching :)
@hope.7000
@hope.7000 4 жыл бұрын
Why to remove package-lock.json file?
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
Just to get clean files and to make sure everything's gonna work properly. Thanks for watching :)
@kamalmaigbaran1623
@kamalmaigbaran1623 3 жыл бұрын
Thank you brother. The least I can do is hit like and Subscribe.
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you for subscribing and watching, much appreciated. :)
@Arunkumar-ls3df
@Arunkumar-ls3df 2 жыл бұрын
Bro npm install is still showing errors
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
You might have some other issues, would need to check your code in order to help you. Feel free to join the discord server and share github link of the project there so I can take a look. Thanks for watching :)
@romausmanov1049
@romausmanov1049 Жыл бұрын
node:internal/errors:464 ErrorCaptureStackTrace(err); ^. bro I have problem like this an i can't solve it
@romausmanov1049
@romausmanov1049 Жыл бұрын
could u help me ?
@khuzhi.sharma
@khuzhi.sharma Жыл бұрын
it worked thank you so much!!!
@gauravchauhan4431
@gauravchauhan4431 4 жыл бұрын
awesome video bro
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
Thank you so much, glad if I could help :)
@alexb.2616
@alexb.2616 3 жыл бұрын
Great tutorial! Thank you!!!
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad you liked it. Thanks for watching :)
@ranag9336
@ranag9336 3 жыл бұрын
hi there, in package.json i replaced "dev": "next dev", "build": "next build", "start": "next start" with ---------------------------------------- "eject": "react-scripts eject", "test": "react-scripts test", "build": "react-scripts build", "start": "react-scripts start".. but still it says-- react-scripts' is not recognized as an internal or external command, npm ERR! Failed at the nextjs-ecommerce@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. help plz
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Try removing the file and doing npm i so u start from scratch in that file, let me know if that works. Thanks for watching :)
@harshalmali856
@harshalmali856 10 ай бұрын
thanks buddy thats what i looking for
@vigneshwaran8355
@vigneshwaran8355 2 жыл бұрын
Just awesome....thanks 👍👍
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
@thebeerministry
@thebeerministry 3 жыл бұрын
Hey ! Thank you very much 😊🤗
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad you found it useful. Thanks for watching :)
@alinaeem9156
@alinaeem9156 10 ай бұрын
thank u so much sir may God bless you...
@oleg5588
@oleg5588 Жыл бұрын
Thank you, man!
@rohitvaliveti9576
@rohitvaliveti9576 3 жыл бұрын
Savior
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thanks :)
@iluyovictor4383
@iluyovictor4383 3 жыл бұрын
Thanks bro great tutorial me= happy subscriber
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad you liked it. Thank you so much for subscribing as well :)
@iluyovictor4383
@iluyovictor4383 3 жыл бұрын
@@h3webdevtuts you are welcome
@canny255
@canny255 3 жыл бұрын
Thanks a lot! ♥️
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@tekashinakamura8719
@tekashinakamura8719 3 жыл бұрын
thank you so much!
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@thulungabasumatary5925
@thulungabasumatary5925 4 жыл бұрын
thank you.. it helped me
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
You are welcome, thanks for watching :)
@koushikbiswas8289
@koushikbiswas8289 3 жыл бұрын
Life saving for me
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad I could help. Thanks for watching :)
@chainsawman-ilia
@chainsawman-ilia 9 ай бұрын
Thank you mister
@zed-shasw
@zed-shasw 3 жыл бұрын
Thanks!
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@revmartin2981
@revmartin2981 3 жыл бұрын
T h a n k y o u b r o !
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@surajkarn
@surajkarn 2 жыл бұрын
Thank you so much
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
@gumilarprastio7479
@gumilarprastio7479 2 жыл бұрын
Bro.. thank you
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
@ahmedkarimnjiawouogbetnkom817
@ahmedkarimnjiawouogbetnkom817 2 жыл бұрын
Thank you bro
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
@everydayyepicc
@everydayyepicc 3 жыл бұрын
very helpful
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@saidumarshoumarov6343
@saidumarshoumarov6343 Жыл бұрын
Thank you bro ❤❤❤
@sumanmandal180
@sumanmandal180 7 ай бұрын
Thank you❤❤
@bishalnandi9633
@bishalnandi9633 2 жыл бұрын
Thankyou bro
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
@fidellistaz766
@fidellistaz766 4 жыл бұрын
Thank you
@h3webdevtuts
@h3webdevtuts 4 жыл бұрын
You are welcome, thanks for watching :)
@youryuvv
@youryuvv 3 жыл бұрын
Thanks Bro
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@kirorio2003
@kirorio2003 3 жыл бұрын
Thanks 🙏
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@spondoolie6450
@spondoolie6450 2 жыл бұрын
You da man!
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
@scytheonion
@scytheonion 2 жыл бұрын
helpful video.
@oleksandrvoron_ko580
@oleksandrvoron_ko580 3 жыл бұрын
thanks, a good man)
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@ahmad122323
@ahmad122323 2 жыл бұрын
Thanks Alooooooooot
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
@saugatghimire7522
@saugatghimire7522 2 жыл бұрын
Thanks a lot
@gamadosantosss01939
@gamadosantosss01939 3 жыл бұрын
Me has salvado la vida
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Glad I could help. Thanks for watching :)
@afikhan5782
@afikhan5782 2 жыл бұрын
thankyou
@naimulkhan9561
@naimulkhan9561 3 жыл бұрын
Npm install
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
What about it ? :D
@anonnoruddho7950
@anonnoruddho7950 3 жыл бұрын
Much more helpful ..check it out
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@akshaykumars8398
@akshaykumars8398 10 ай бұрын
😊
@Smart.Potato
@Smart.Potato 3 жыл бұрын
Thanks!
@h3webdevtuts
@h3webdevtuts 3 жыл бұрын
Thank you :)
@animeshanandcool
@animeshanandcool 2 жыл бұрын
ThankYou
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
@Vinod_DeshBhakat
@Vinod_DeshBhakat 9 ай бұрын
Thanks
@lolwfoWF
@lolwfoWF 2 жыл бұрын
thank you
@h3webdevtuts
@h3webdevtuts 2 жыл бұрын
Thank you :)
How To Debug React Apps Like A Senior Developer
21:07
Web Dev Simplified
Рет қаралды 174 М.
Zed “kills” VSCode
12:10
Alex Ziskind
Рет қаралды 890 М.
Creative Justice at the Checkout: Bananas and Eggs Showdown #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 33 МЛН
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 42 МЛН
I Tried Every AI Coding Assistant
24:50
Conner Ardman
Рет қаралды 859 М.
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 203 М.
How to CLONE a React app from Github and run
6:52
Copy Paste
Рет қаралды 742
How to Download and Run Project from Github
7:14
WebStylePress
Рет қаралды 247 М.
Dockerize and Deploy React JS App in 15 Minutes 🔥🔥
17:56
RoadsideCoder
Рет қаралды 61 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,2 МЛН
Creative Justice at the Checkout: Bananas and Eggs Showdown #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 33 МЛН