Thank you so much it helped me a lot. I had a question to ask you, if i want to copy a web dev project with HML, CSS JS or HTML, CSS, JS, REACT and i haven't installed java script what will be the procedure, how can i do it? Please answer for both
for database connection you have to perform various activities : for that you need to git clone frontend part of code and again git clone backend part of code inside admin folder of the same frontend folder i.e main folder.......So in this scenes we will have one main folder named eg. facebook inside facebook we will clone frontend part of one repository and we will also create another folder named api in same facebook folder after that we will go inside api folder and there we will clone backend repository .... after that we may need to connect api/backend part with frontend part finally this facebook website will run.
for that you need to git clone frontend part of code and again git clone backend part of code inside admin folder of the same frontend folder i.e main folder.......So in this scenes we will have one main folder named eg. facebook inside facebook we will clone frontend part of one repository and we will also create another folder named api in same facebook folder after that we will go inside api folder and there we will clone backend repository .... after that we may need to connect api/backend part with frontend part finally this facebook website will run.
sir after cloning when i entered npm start it showing error npm ERR! Missing script: "start" npm ERR! npm ERR! Did you mean one of these? npm ERR! npm star # Mark your favorite packages npm ERR! npm stars # View packages marked as favorites npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be found in: C:\Users\Sambit\AppData\Local pm-cache\_logs\2023-12-16T17_40_44_546Z-debug-0.log
for node modules just write "npm i" and it will download all dependencies for your project.
Sir I clone project successfully but when I apply changes not show change ..
Oh my god! This works very well....thanks a lot
welcome my brother😘
i hope you have subscribed me🥰
thanks a bunch 😌 I was searching for this video for a long time..it is life changing for me 😄
welcome brother hope you subscribe for more helpful videos🥰
Bro u help me so much
Thank you so much Brother 🎉🎉
Bro if there is spring boot used in back-end so is it require different way to clone repository or same procedure will work fine
bro it is just only frontend cloning running tutorial this procedure will not run backend application
@@FutureTechnical88Sir then how to clone backend as well
Bhai apka LinkedIn milega kya
Kyuki mai bhi spring boot project bana(copy kr rha hu) rha hu
@@rohan5706
Thank you so much it helped me a lot. I had a question to ask you, if i want to copy a web dev project with HML, CSS JS or HTML, CSS, JS, REACT and i haven't installed java script what will be the procedure, how can i do it? Please answer for both
Please reply
I didn't get you...please explain to me in details
error is coming while installing the dependencies what to do
can you provide me ss in the chat section dm me in insta
Is it legal to copy code from someone repository if it's public@@FutureTechnical88
How to connect database i have a login page its not logging
for database connection you have to perform various activities :
for that you need to git clone frontend part of code and again git clone backend part of code inside admin folder of the same frontend folder i.e main folder.......So in this scenes we will have one main folder named eg. facebook inside facebook we will clone frontend part of one repository and we will also create another folder named api in same facebook folder after that we will go inside api folder and there we will clone backend repository .... after that we may need to connect api/backend part with frontend part finally this facebook website will run.
@@FutureTechnical88 can you make one video for it 🙏
@@ToDaY-ToDaY surely brother i will make that video this week...subscribe to get updates
@everyone please support his contribution 💝
Love u brother for your support 💖
Sir changes Apply n ho raha h clone project pr
how that possible.....
may be restriction in that cloned project
You are awesome bro
love you brother and do subscribe for supports and solutions🥰
How to run two repository of GitHub in one vs code file frontend and backend
for that you need to git clone frontend part of code and again git clone backend part of code inside admin folder of the same frontend folder i.e main folder.......So in this scenes we will have one main folder named eg. facebook inside facebook we will clone frontend part of one repository and we will also create another folder named api in same facebook folder after that we will go inside api folder and there we will clone backend repository .... after that we may need to connect api/backend part with frontend part finally this facebook website will run.
@@FutureTechnical88 and how can we connect this api /backend part with frontend
@@bhagyashreepatil803 if you want that video than i will create video for u after some days
@@FutureTechnical88 plz send me explanation here because I want this on urjent basis. because tommoro I have to submit it..plz tell me
Will it work for any repository on github, on someone other github account's repository? And after completing clone, will it save in our pc?
if you get the clone url then it can be saved.
Couldn't find a package.json file
run this command in terminal
COMMAND: npm init
Thanks. good video
love you brother i am happy to know that
i Hope you have subscribed my channel 🤗💟
Thanks bro ur rocking solid guy
thank you brother....
i am always to help you guys....
please support my channels 😄
your video helped , thanks
thank you brother🥰
subscribe for more updates
Got error
please upload a video on hosting this react clone on netlify
you want to host react project to netlify?
SSH IS NOT THERE??
PLEASE HELP ME
how can i help u?
Bro i am getting ERR! einvalidtagname
It's saying tag name is invalid....use correct tag for jsx
@@FutureTechnical88 it worked. But can i know where is the content of item displayed in the website?
I mean the image and the description
@@singiri697 you can see that inside code....
you need to have basic knowledge on html and javascript
It's not working
why it's not working!
You can dm me via insta or email
Sir please reply to my question
sorry i did't see
can you tell me what happen
I average 4 subscribe per video🥲
sir after cloning when i entered npm start it showing error
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in: C:\Users\Sambit\AppData\Local
pm-cache\_logs\2023-12-16T17_40_44_546Z-debug-0.log
So you have to install dependency in proper path ...may be you have installed packages on wrong path/folder
Do cd folderName and then do npm i itll work 101%
@@saarza9991 thanks its work for me ..