Deploying a React app to Google Cloud.
In this video we will be walking you through on deploying a React static site to Google cloud.
For more tutorials please do visit our blog on,
How to Create a Website: Step-by-Step Guide for Beginners
In this video we will be walking you through on deploying a React static site to Google cloud.
For more tutorials please do visit our blog on,
Can we deploy a full stack project??
React and strapi ??
Try this: https://www.bluehost.com/track/moldi85/
where is the link which you showed?
Thanks Telexar Academy!
You really helped me solve this! ❤
Amazing man. Excellent tutorial.
Muito bom, era assim q eu queria fazer 👏👏👏👏👏👏 brigado
ERROR: (gcloud.app.deploy) An error occurred while parsing file: [-/-/fileUpload/app.yaml]
?
How to configure a custom domain for that react page?
thank you!
For anyone interested in deploying a react app with a google domain name, I would highly recommend coupling this video with THIS one! https://youtu.be/V0U2BPTWvbg
Thanks for this great content, please how do I link that appspot URL to my own domain or subdomain
Thank you so much for this tutorial. Best and easiest video to deploy react projects.
Is this free? or do I need to pay ? I just want to deploy a little react app
I would not have gotten my app running online if it wasn't for this video. Thank you!
Now how do you automate this to happen every time a change occurs to master?
i have issue upload react app from yesterday and I was search lot of but nothing found and suddenly morning i show your video and it';s work thanks man
Hi, why do we have to buy bucket when I have bought 20 GB of space in VM instance? Can someone please explain because bucket is adding extra cost.
The yaml file
runtime: nodejs12
handlers:
# Serve all static files with url ending with a file extension
– url: /(.*..+)$
static_files: build/1
upload: build/(.*..+)$
# Catch all handler to index.html
– url: /.*
static_files: build/index.html
upload: build/index.html
The command:
mkdir directory-create
gsutil rsync -r gs://bucket-name ./directory-create
ERROR: (gcloud.app.deploy) An error occurred while parsing file: runtime: nodejs10
handlers:
– url: /index.js
static_files: build/1
upload: build/.*.(gif|png|jpg)$
– url: /index.js
static_files: build/index.js
upload: build/index.js
Please check if anything wrong here
Video was helpful! thanks. But the fake accent was very irritating, I had to mute the video. just followed the steps :/
After HOURS of research and going through ten different articles, this is the only one that worked. Great job. Thank you!
Worked like a charm. Thanks 🙂
Great job, helped a lot! Thanks
oh man you are a life saver, i was struggling with the deploy since yesterday directly running the deploy, now my site is up
thanks a lot
can yu provide that app.yaml file