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