An open API service indexing awesome lists of open source software.

https://github.com/zentered/universal-apps-on-cloud-run

Universal Web Apps on Google Cloud Run (managed)
https://github.com/zentered/universal-apps-on-cloud-run

Last synced: about 1 year ago
JSON representation

Universal Web Apps on Google Cloud Run (managed)

Awesome Lists containing this project

README

          

# Universal Apps on Cloud Run (managed)

[Read the full article here](https://zentered.co/articles/universal-app-on-google-cloud-run/)

Initial setup:

cd web && npm install
cd ../api && npm install
cd ..
docker-compose build

To run the stack:

docker-compose up