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)
- Host: GitHub
- URL: https://github.com/zentered/universal-apps-on-cloud-run
- Owner: zentered
- Created: 2020-08-11T15:19:23.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T10:31:56.000Z (over 5 years ago)
- Last Synced: 2025-04-02T23:05:58.571Z (about 1 year ago)
- Language: JavaScript
- Size: 438 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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