Run your Angular app on Google Cloud

preview_player
Показать описание
Follow along as Martin Omander builds and deploys an Angular web app on Google Cloud. You will see every step of the way so you can do the same and deploy your app for all the world to see. And there will be no servers to provision or configure!

Chapters:
0:00 - Intro
0:45 - Create an Angular app
2:40 - Create an Express app
6:54 - Deploy the app to Google Cloud
12:43 - Use your own domain name
14:37 - Add a database
15:19 - User authentication
15:58 - Wrap-up

#ServerlessExpeditions
Рекомендации по теме
Комментарии
Автор

Nicely paced and useful tutorial. Thank you.

cindysi
Автор

This was super useful. Much better than other tutorials in the same channel on similar topics. Thanks!

lennih
Автор

If there is no SSR it's absolutely fine to serve it as static files through a CDN.. Look like there's a bit of overengineering here, I would expect this tutorial to be acout hosting a very simple angular app (w/o API which is another topic) on the cloud.
Also using 100% of the space for VS Code without big borders would be a good idea.
Thanks for the explanation on Google Cloud Run, looks very promising for some of my otherl needs :)

guillaume
Автор

thanks for Wonderful Video :), but one question here - HOW to push/deploy changes, what is the command for it

ajayjatav
Автор

woah, that's interesting, I thought we have to create the images by ourself with Dockerfile or in yaml format, but on this video Google will create the images by themself, I have to try out those things

yudaadi
Автор

It would have been nice if the firestore integration and firebase auth was also setup as part of deploying the app on GCP.

dheer
Автор

I have an api being called i.e anouther cloud run service in my local i use proxy cpnfig json tp rpute to that server it works fine but angular app in cloud run not redirecting to that proxy cpnfig .json endpoint.

ZyboroTown
Автор

I faced error setting up docker file for angular app. Running on nginx server. Do you have any documentation for same thank you.

ZyboroTown
Автор

it possible to deploy using docker image

sidof
Автор

When are you going to make angular SSR out of the box ?

tntg
Автор

i have a issue ... Revision 'pirate-service-00001-biz' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information

ZaeroX
Автор

gcloud : Termine 'gcloud' non riconosciuto come nome di cmdlet,

manca un pezzo

AngeloIndia