How to clone a React App from Github

แชร์
ฝัง

ความคิดเห็น • 172

  • @6flak
    @6flak 3 ปีที่แล้ว +23

    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 ปีที่แล้ว +7

      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 ปีที่แล้ว +19

    I had been stuck with the errors after npm start and this saved me thank you so much. :D

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว +4

      Glad I could help. Thanks for watching :)

    • @revmartin2981
      @revmartin2981 3 ปีที่แล้ว +3

      @@h3webdevtuts you helped me too 🤘you are awesome

  • @Zirnz
    @Zirnz 3 ปีที่แล้ว +5

    5 minutes that can change a life right here, thanks bro.

  • @kiwigabroos9743
    @kiwigabroos9743 3 ปีที่แล้ว +4

    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 ปีที่แล้ว +1

      Glad I could help. Thanks for the kind words :)

  • @madhanr7808
    @madhanr7808 2 ปีที่แล้ว +1

    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?

  • @anantjain9679
    @anantjain9679 3 ปีที่แล้ว +2

    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 ปีที่แล้ว +1

      Hi, can u elaborate more on this, what is the error you are getting? Thanks for watching :)

  • @alkarani5551
    @alkarani5551 3 ปีที่แล้ว +2

    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

  • @Bharath-c4e
    @Bharath-c4e หลายเดือนก่อน

    after npm start the output is not coming it shows the troubleshoot page

  • @kirantechnophile7852
    @kirantechnophile7852 3 ปีที่แล้ว +2

    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  3 ปีที่แล้ว +1

      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 ปีที่แล้ว +1

    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 :)

  • @u_o_m_i
    @u_o_m_i 3 ปีที่แล้ว +3

    Most demanding video for College going students 😁😁😬😬

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว +1

      Hope it helped :D Thanks for watching :)

  • @acupic
    @acupic 3 ปีที่แล้ว +1

    This was very helpful. Svaka cast Majstore!

  • @prashantbhardwaj5892
    @prashantbhardwaj5892 3 ปีที่แล้ว +3

    I love you for this, you saved my allloooot of time, keep it up brother

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว +1

      Glad you found it useful. Thanks for the kind words :)

  • @NainshreeRaj-jr1tu
    @NainshreeRaj-jr1tu ปีที่แล้ว

    I am facing a problem
    after npm start it is showing " Error: error:0308010C:digital envelope routines::unsupported"

  • @deepchaudhari3474
    @deepchaudhari3474 3 ปีที่แล้ว +4

    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 :)

  • @keto.sensei
    @keto.sensei 3 ปีที่แล้ว +1

    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 :)

  • @zolboobatsaikhan808
    @zolboobatsaikhan808 3 ปีที่แล้ว +1

    is there possible to run project with server folder? i'm stuck that app with server

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว +1

      Hi, I'm not sure what's the issue you are having, can you explain more on this? Thanks for watching :)

    • @zolboobatsaikhan808
      @zolboobatsaikhan808 3 ปีที่แล้ว +1

      @@h3webdevtuts can i have your social account? Or mail?

    • @zolboobatsaikhan808
      @zolboobatsaikhan808 3 ปีที่แล้ว +1

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

  • @adityashukla2384
    @adityashukla2384 2 ปีที่แล้ว

    Error comes after deleting lock jason when using the command npm install

  • @monayemhossain5356
    @monayemhossain5356 3 ปีที่แล้ว +1

    You saved my 15 days.. Thanks

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว

      Glad I could help. Thanks for watching :)

  • @anaszakimatyunoh7862
    @anaszakimatyunoh7862 2 ปีที่แล้ว +1

    very helpful for beginner like me.i follow your steps and it works!! thank you so much.

  • @crowbr
    @crowbr 3 ปีที่แล้ว +1

    So to push to github again to build project you need push project without node modules?

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว +1

      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 :)

  • @rutvikprajapati6473
    @rutvikprajapati6473 4 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      Looks like you need to install Expo I guess. This looks like it's for React Native not React.

    • @rutvikprajapati6473
      @rutvikprajapati6473 4 ปีที่แล้ว +1

      @@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.☺️

  • @sarahdidla9497
    @sarahdidla9497 ปีที่แล้ว

    I'm getting errors when I try to run npm install. please help

  • @neelpatel4443
    @neelpatel4443 3 ปีที่แล้ว +1

    it was 300th like and as obvious this was extremely needed "install npm" :)

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว

      Glad you got it working. Thank you :)

  • @raghavchawla1658
    @raghavchawla1658 ปีที่แล้ว

    Thansk a lot for this video buddy. Why delete package lock json file?

  • @preetamsagarekka963
    @preetamsagarekka963 ปีที่แล้ว

    showing the site cant be reached what to do
    ?

  • @mimo2020raja
    @mimo2020raja ปีที่แล้ว

    Really useful information it saves a lot of time
    Now just clone and customize and modify life is easy and coding too😅

  • @digitalcynicism
    @digitalcynicism 2 ปีที่แล้ว +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 :)

  • @xenoxel
    @xenoxel 2 ปีที่แล้ว +1

    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 :)

  • @xaviball2911
    @xaviball2911 ปีที่แล้ว

    this is exactly what i was looking thanks

  • @ujjwalbhandarii
    @ujjwalbhandarii 3 ปีที่แล้ว +1

    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 :)

  • @Arunkumar-ls3df
    @Arunkumar-ls3df 2 ปีที่แล้ว +1

    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 :)

  • @imhoanghean
    @imhoanghean 3 ปีที่แล้ว +1

    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 :)

  • @maxkee2834
    @maxkee2834 4 ปีที่แล้ว +1

    Thanks bro
    I find this a long time

    • @h3webdevtuts
      @h3webdevtuts  4 ปีที่แล้ว

      No problem, glad I could help. Thanks for watching :)

  • @mouhcineelhafir6089
    @mouhcineelhafir6089 3 ปีที่แล้ว +1

    Is it the same thing with react native? thanks for helping!

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว +1

      Hey, I honestly do not know, I've only used React Native twice. Can't really help with that. 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 :)

  • @kamalmaigbaran1623
    @kamalmaigbaran1623 3 ปีที่แล้ว +1

    Thank you brother. The least I can do is hit like and Subscribe.

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว

      Thank you for subscribing and watching, much appreciated. :)

  • @khuzhi.sharma
    @khuzhi.sharma ปีที่แล้ว

    it worked thank you so much!!!

  • @JDE16
    @JDE16 4 ปีที่แล้ว +1

    thx you very much greetings from Colombia.

    • @h3webdevtuts
      @h3webdevtuts  4 ปีที่แล้ว

      You are welcome. Thanks for watching :)

  • @harshalmali856
    @harshalmali856 11 หลายเดือนก่อน

    thanks buddy thats what i looking for

  • @hope.7000
    @hope.7000 4 ปีที่แล้ว

    Why to remove package-lock.json file?

    • @h3webdevtuts
      @h3webdevtuts  4 ปีที่แล้ว +1

      Just to get clean files and to make sure everything's gonna work properly. Thanks for watching :)

  • @eniolakayode2384
    @eniolakayode2384 3 ปีที่แล้ว +2

    This was really helpful, thank you very much

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว

      Glad I could help. Thanks for watching :)

  • @faritaa31
    @faritaa31 3 ปีที่แล้ว +1

    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 :)

  • @gauravchauhan4431
    @gauravchauhan4431 4 ปีที่แล้ว +2

    awesome video bro

    • @h3webdevtuts
      @h3webdevtuts  4 ปีที่แล้ว

      Thank you so much, glad if I could help :)

  • @axeDev
    @axeDev 4 ปีที่แล้ว +1

    This helped a lot. Thank you

    • @h3webdevtuts
      @h3webdevtuts  4 ปีที่แล้ว

      Glad I could help. Thanks for watching :)

  • @romausmanov1049
    @romausmanov1049 ปีที่แล้ว

    node:internal/errors:464
    ErrorCaptureStackTrace(err);
    ^.
    bro I have problem like this an i can't solve it

  • @alexb.2616
    @alexb.2616 3 ปีที่แล้ว +2

    Great tutorial! Thank you!!!

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว +1

      Glad you liked it. Thanks for watching :)

  • @vigneshwaran8355
    @vigneshwaran8355 2 ปีที่แล้ว +2

    Just awesome....thanks 👍👍

  • @alinaeem9156
    @alinaeem9156 10 หลายเดือนก่อน

    thank u so much sir may God bless you...

  • @revmartin2981
    @revmartin2981 3 ปีที่แล้ว +2

    T h a n k y o u b r o !

  • @iluyovictor4383
    @iluyovictor4383 3 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      @@h3webdevtuts you are welcome

  • @chainsawman-ilia
    @chainsawman-ilia 9 หลายเดือนก่อน

    Thank you mister

  • @thebeerministry
    @thebeerministry 3 ปีที่แล้ว +2

    Hey ! Thank you very much 😊🤗

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว +1

      Glad you found it useful. Thanks for watching :)

  • @oleg5588
    @oleg5588 ปีที่แล้ว

    Thank you, man!

  • @thulungabasumatary5925
    @thulungabasumatary5925 4 ปีที่แล้ว +1

    thank you.. it helped
    me

    • @h3webdevtuts
      @h3webdevtuts  4 ปีที่แล้ว

      You are welcome, thanks for watching :)

  • @rohitvaliveti9576
    @rohitvaliveti9576 3 ปีที่แล้ว +2

    Savior

  • @canny255
    @canny255 3 ปีที่แล้ว +1

    Thanks a lot! ♥️

  • @tekashinakamura8719
    @tekashinakamura8719 3 ปีที่แล้ว +1

    thank you so much!

  • @koushikbiswas8289
    @koushikbiswas8289 3 ปีที่แล้ว +1

    Life saving for me

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว

      Glad I could help. Thanks for watching :)

  • @spondoolie6450
    @spondoolie6450 3 ปีที่แล้ว +1

    You da man!

  • @saidumarshoumarov6343
    @saidumarshoumarov6343 2 ปีที่แล้ว

    Thank you bro ❤❤❤

  • @oleksandrvoron_ko580
    @oleksandrvoron_ko580 3 ปีที่แล้ว +1

    thanks, a good man)

  • @ahmedkarimnjiawouogbetnkom817
    @ahmedkarimnjiawouogbetnkom817 2 ปีที่แล้ว +1

    Thank you bro

  • @ranag9336
    @ranag9336 3 ปีที่แล้ว +2

    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 :)

  • @gumilarprastio7479
    @gumilarprastio7479 2 ปีที่แล้ว +1

    Bro.. thank you

  • @surajkarn
    @surajkarn 2 ปีที่แล้ว +1

    Thank you so much

  • @sumanmandal180
    @sumanmandal180 7 หลายเดือนก่อน

    Thank you❤❤

  • @zed-shasw
    @zed-shasw 3 ปีที่แล้ว +1

    Thanks!

  • @gamadosantosss01939
    @gamadosantosss01939 3 ปีที่แล้ว +1

    Me has salvado la vida

    • @h3webdevtuts
      @h3webdevtuts  3 ปีที่แล้ว

      Glad I could help. Thanks for watching :)

  • @everydayyepicc
    @everydayyepicc 3 ปีที่แล้ว +1

    very helpful

  • @bishalnandi9633
    @bishalnandi9633 2 ปีที่แล้ว +1

    Thankyou bro

  • @kirorio2003
    @kirorio2003 3 ปีที่แล้ว +1

    Thanks 🙏

  • @youryuvv
    @youryuvv 3 ปีที่แล้ว +1

    Thanks Bro

  • @scytheonion
    @scytheonion 2 ปีที่แล้ว

    helpful video.

  • @fidellistaz766
    @fidellistaz766 4 ปีที่แล้ว +1

    Thank you

    • @h3webdevtuts
      @h3webdevtuts  4 ปีที่แล้ว

      You are welcome, thanks for watching :)

  • @ahmad122323
    @ahmad122323 2 ปีที่แล้ว +1

    Thanks Alooooooooot

  • @saugatghimire7522
    @saugatghimire7522 2 ปีที่แล้ว

    Thanks a lot

  • @naimulkhan9561
    @naimulkhan9561 3 ปีที่แล้ว +1

    Npm install

  • @afikhan5782
    @afikhan5782 2 ปีที่แล้ว

    thankyou

  • @anonnoruddho7950
    @anonnoruddho7950 3 ปีที่แล้ว +1

    Much more helpful ..check it out

  • @akshaykumars8398
    @akshaykumars8398 10 หลายเดือนก่อน

    😊

  • @Smart.Potato
    @Smart.Potato 3 ปีที่แล้ว +1

    Thanks!

  • @animeshanandcool
    @animeshanandcool 2 ปีที่แล้ว +1

    ThankYou

  • @Vinod_DeshBhakat
    @Vinod_DeshBhakat 9 หลายเดือนก่อน

    Thanks

  • @lolwfoWF
    @lolwfoWF 2 ปีที่แล้ว +1

    thank you