Run Locally:
- Install Node
- Install yarn
- Install Node modules
yarn install
- Start the server:
yarn run start
- Check it out: http://localhost:8080
Run Locally with Buildpacks & Docker:
pack build --builder=gcr.io/buildpacks/builder sample-node-yarn
docker run -it -ePORT=8080 -p8080:8080 sample-node-yarn
Run on Cloud Run: