once you said you cant host react app on GoDaddy, I stopped the video to give it a try and it works!, I already run my react app on GoDaddy in 5 simple and super easy steps, in just five minutes
That's the perfect video I have ever wanted to see after knowing web development, nobody teaches the stuff you do. It's a humble request to sir please open an LCO institute in Delhi, we need you!! ❤❤❤
Its very helpful sir. Please create a course about how to publish app in production and how companies are managing their apps in productions. Till now all we are getting only how to build this and that. It will be a marvelous course if you do such course for us.
thanks. CI/CD is so simplified with buddy. your explanation was pretty easy to follow. i did deploy my react demo app to amazon amplify though. need to check netlify
You might have to learn matrix algebra, calculus, linear algebra, and statistics which is the most important math because it has to do with data of course. Learn Python so that you can develop machine learning applications.
Thank you Hitesh for this well explained topic. I have an application contains folder "page" instead of "src". How can I deploy the application? Let me put the question as: How can we deploy an existing application? Waiting for kind reply. Thank you
Alot of new tech startups these days will let you deploy code to production within first week obviously after its reviewed quite heavily, experienced this personally.
Hitesh sir, I am dazzled by all the tech and new languages nowadays. I want to learn ML, AI, Android development, python,Java, web development. I'm not sure which/where to start and which one to avoid. I'm in first year of computer science Engineering. Please reply sir
This video is very useful but you should be more elaborative so that each and every one of us can understand....... Some part is understandable but some are not..... Please make a series of this videos and please elaborate each and every work so that a aliens in world of web development can also understand.. 😊😊😊😊😍😍😍
I think that's the whole point. In my opinion, you don't want to change the production site whenever you push a commit to GitHub. You want a middle man to hold the changes and only when you are sure that you want to update the site, you run the pipe line.
Hello, thank for your awesome tutorial. The way you described it, is easy for any novice to understand and try things out. However, I am having a problem. Just like you, I have created 2 separate pipelines, but after changing code in vscode and git add+commit+push, the app automatically gets build by Netlify. Though the first pipeline runs instantly after push, Netlify automatically builds the app after that by itself. But as per your suggestions, it was supposed to build once I run the second pipeline. I have connected buddy works and Netlfy for the 2nd pipeline, however, things are not working out, Netlify was supposed to stop deploying after the second pipeline was created. I tried changing deploying settings in Netlyfy but it isn't working. Tried the whole thing twice from the beginning, but no luck here. :(
while initializing git "git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again ". error is throwed what can be done .
Thank for this video. How about setting up a PERN or MERN stack application on a Untubu server? There is no videon on youtube for this kind of deployment. Not everyone want to host their site on Netlify or such sites.
@Hitesh Choudhary can I deploy the react-node application on the local windows server(all ready have registered domain name)?the web site is not going to be high on traffic.
Thanks for the video, just a quick question if you can clarify please, in the .gitignore and in that you include /node_module, but when the application runs on netlify using files from Github, how can the application accessing /node_module when it hasnt been uploaded there? Thanks
Netily supports php or not??? My contact form is not working (It is not sending mail) I have made the form in wodpress using contact form 7 and I imported these files in publii and then hosted on netlify Please help!!
hi, first of all thank you so much for such a simple way to show to how to make a react app live!!!!! I am absolutely new in learning React and just built a simple search web app that is using Flask backend (so a python server)to search a database and return data to render via react again. My app is working fine in my local host and I am looking how I can deploy such app in internet using any of the free live server. I have been looking for a video that will server my need but everyone is talking in so high level, its hard to follow. can you pleasee help?? or anyone?? for a relevant tutorial ?? really stuck for over a week now!!
Can anyone help me out when i am deploy my project on netlify this error ""will occur Or modify the "scripts.build" command in your "package.json" from "react-scripts build" to "CI= react-scripts build""" plz help me thank u in advance
once you said you cant host react app on GoDaddy, I stopped the video to give it a try and it works!, I already run my react app on GoDaddy in 5 simple and super easy steps, in just five minutes
can you share the steps?
After watching 6-7 videos and many documentation, Hitesh came as a savior. Thank you so much
I am really thankful for your efforts of portraying things as simple as possible.
15:20 "who is going to come to save our day?"
Thanks for the smiles bro
🙌thanks buddy
That's the perfect video I have ever wanted to see after knowing web development, nobody teaches the stuff you do.
It's a humble request to sir please open an LCO institute in Delhi, we need you!! ❤❤❤
Much needed for a beginner like me! Thank you :)
this really helped me to deploy my very first react app
Can I even deploy my dynamic application following teh same procedure ?
Its very helpful sir. Please create a course about how to publish app in production and how companies are managing their apps in productions.
Till now all we are getting only how to build this and that.
It will be a marvelous course if you do such course for us.
Awesome video. Clear explanation. Must watch
A react application can run on shared web hosting as well. I have my app up and running on shared web host.
can i follow this same procedure to deploy react full stack app that have seperate folder for frontend and another folder for backend?
Thank you so much... Hitesh sir... This is most awaited... 😊
Love from NEPAL..
Absolutely wonderful video! Loved it! Gonna use this after finishing my MERN Course from LCO :D
Great video. Thanks Hitesh to clear every step gently and also good sound to brief.
Your teaching style suits me alot.. thank you hitesh
thanks. CI/CD is so simplified with buddy. your explanation was pretty easy to follow. i did deploy my react demo app to amazon amplify though. need to check netlify
very detailed video with all errors covered. Thank You!!! so much brother
I will always like your video before going to watch because i love you :)
gurujiiiii tusiii great ho ....
Thank you for the great information.
Also, the new hairstyle change looks great.
Just as great as everything you do lot's of love❤
Thanks for the instruction, advice and resource references!!
another cool programmer channel! subscribed!
Great video. You made my time worth.
Sir what maths do i need to take ml and data science bundle course on lco.. Pls reply
you can start with the statistics
You might have to learn matrix algebra, calculus, linear algebra, and statistics which is the most important math because it has to do with data of course. Learn Python so that you can develop machine learning applications.
Need to more about production
Thank you Hitesh for this well explained topic.
I have an application contains folder "page" instead of "src". How can I deploy the application?
Let me put the question as: How can we deploy an existing application?
Waiting for kind reply. Thank you
React app?
@@gauravnagar3712 yes it is react. "Start" fine, but cannot build it. When I run npm run build, I get (npm ERR! missing script: build)
@@slikke check ur package.json file is build script line their or not ?
@@gauravnagar3712 I only have the following in the scripts
"scripts": {
"test": "mocha",
"dev": "node server.js"
},
what command is needed for build?
@@slikke that is the issue . Their are always build command in package.json when we create app by create-react-app .
Great video sir
......💪💪
Alot of new tech startups these days will let you deploy code to production within first week obviously after its reviewed quite heavily, experienced this personally.
Hitesh sir, I am dazzled by all the tech and new languages nowadays. I want to learn ML, AI, Android development, python,Java, web development. I'm not sure which/where to start and which one to avoid. I'm in first year of computer science Engineering. Please reply sir
Great video. Pretty useful. Thanks for sharing.
very good tutorial..thank you sir. Please make more videos
can you show the building process by using docker
always waiting your videos lots of love to you
Please make a crash course on nodejs....
Please do a video on .net core
Do we have options to build once and deploy many?
So is Buddy Works a pipeline services basically like Jenkins?
can you help build more tutorial on the continue deployment of this app for production
Very Informative. I learned a lot through this video :)
Hitesh sir, Is the full stack mern application can be deployed using netlify?
helped me a lot, thanks!
Thanks for this video I really needed this.
Don't use Netlify, i use it but doesn't work, it shown broken link, but when i use Firebase it worked
This video is very useful but you should be more elaborative so that each and every one of us can understand.......
Some part is understandable but some are not.....
Please make a series of this videos and please elaborate each and every work so that a aliens in world of web development can also understand..
😊😊😊😊😍😍😍
Do we have to use webpack before this?
Hey, have you made a video for connecting personal domains to an app?
though the setting says on push, still we have to go to buddy works manually and run the pipelines, cant that be automated ?
I think that's the whole point. In my opinion, you don't want to change the production site whenever you push a commit to GitHub. You want a middle man to hold the changes and only when you are sure that you want to update the site, you run the pipe line.
Which are the alternatives to Daddy and netlify?
Does same process in Django to deploy web apps on netlify ???? awesome video sir 👍👍👍
thank you for this..can you have a tut for deploying to IIS?
simple but powerful
Can you please make videos on github actions.
Hello, thank for your awesome tutorial. The way you described it, is easy for any novice to understand and try things out. However, I am having a problem. Just like you, I have created 2 separate pipelines, but after changing code in vscode and git add+commit+push, the app automatically gets build by Netlify. Though the first pipeline runs instantly after push, Netlify automatically builds the app after that by itself. But as per your suggestions, it was supposed to build once I run the second pipeline. I have connected buddy works and Netlfy for the 2nd pipeline, however, things are not working out, Netlify was supposed to stop deploying after the second pipeline was created. I tried changing deploying settings in Netlyfy but it isn't working. Tried the whole thing twice from the beginning, but no luck here. :(
is this works while having an api on another server and app on netlify?
yes sir please tell us how things happens in real world
Can i host react app on firebase for production
Really helpful video. Thank you.
hii please make video on preparation for giants company
And what about backend code and database?
while initializing git
"git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again ".
error is throwed what can be done .
Are you an idiot? You don't have git cli installed.
Thank for this video. How about setting up a PERN or MERN stack application on a Untubu server? There is no videon on youtube for this kind of deployment. Not everyone want to host their site on Netlify or such sites.
how to deploy your mern stack application which also has a backend
thank you, very helpful!
My application not up on port 3000 what's is issue where I can modify
Hello Hitesh Sir,
Please make a video on how to deploy MERN stack Website on the production on AWS
Your student
From LCO
YOU ARE AMAZING
Thank you for great information. Please make video for react redux
great video. learned a lot
@Hitesh Choudhary can I deploy the react-node application on the local windows server(all ready have registered domain name)?the web site is not going to be high on traffic.
Thanks for the video, just a quick question if you can clarify please, in the .gitignore and in that you include /node_module, but when the application runs on netlify using files from Github, how can the application accessing /node_module when it hasnt been uploaded there? Thanks
Awesome video.
Can't recognize serve -s build command ...can someone help
Dear Sir Put Videos on Jenkins deploy application to production
why can't buy the courses with PayPal?
how can we deploy next.js project on cpanel.
sir, make a video on how to start cloud computing course
Sir sololearn is good for certificate or not?
Instead of certificate, go for knowledge and project building.
What is jira ??
as always, awesome content
fantastic video thanks
This doesn't work. Same problem I've been having. After I do serve, all it does is open to a blank, white page.
Sir make one video on fastlane tools for Android/ios too
Very interesting video
Netily supports php or not???
My contact form is not working (It is not sending mail) I have made the form in wodpress using contact form 7 and I imported these files in publii and then hosted on netlify
Please help!!
GOLD, thanks!
Can you make same videos for any web framework like angularjs? Please.. !
the serve -s build doesn't work, it tell that serve isn't recognize
Same thing for django also pls
hi, first of all thank you so much for such a simple way to show to how to make a react app live!!!!! I am absolutely new in learning React and just built a simple search web app that is using Flask backend (so a python server)to search a database and return data to render via react again. My app is working fine in my local host and I am looking how I can deploy such app in internet using any of the free live server. I have been looking for a video that will server my need but everyone is talking in so high level, its hard to follow. can you pleasee help?? or anyone?? for a relevant tutorial ?? really stuck for over a week now!!
Solicitation to signup for your sponsor before even showing the most basic deployment instruction that can be done using a local VM. Really.
Why "happy hacking!" at 10:10 ?
Site deploy failed
What's wrong?
how to deploy postgre SQL DB along with react apps with this method?
thanks it worked
Sir please make this kind of video please sir
If youbhave knowledge on datascience then please make a video on data science
It's not CTRL + tilde, its CTRL + ' (Single quote)
Can anyone help me out when i am deploy my project on netlify this error
""will occur Or modify the "scripts.build" command in your "package.json" from "react-scripts build" to "CI= react-scripts build"""
plz help me thank u in advance
Thank you so much, sir.