Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 596 Bytes

File metadata and controls

26 lines (21 loc) · 596 Bytes

Sample Node

Run Locally:

  1. Install Node
  2. Install pnpm
  3. Install Node modules
    pnpm install
    
  4. Start the server:
    pnpm start
    
  5. 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:

Run on Google Cloud