-
I wanted to play around with @googlecloud and ship a proof-of-concept full-stack web app in a monorepo, with SSR and an API service. So I made this quick #Angular demo and deployed it to #CloudRun. Check it out if you have a similar use case. github.com/dgp1130/angular-gcp/
-
I tried to keep it as simple as possible, but comprehensive enough for me to be happy with it. It's got a straightforward local edit/refresh loop, an easy deployment process, and shared service type definitions. Hopefully this is useful to get started with #fullstack #Angular.