Skip to content

Files

Latest commit

Nov 16, 2023
78f1783 · Nov 16, 2023

History

History
25 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 530 Bytes

Sample Node

Run Locally:

  1. Install Node
  2. Install Node modules
    npm install
    
  3. Start the server:
    npm run start
    
  4. Check it out: http://localhost:8080

Run Locally with Buildpacks & Docker:

pack build --builder=gcr.io/buildpacks/builder sample-node
docker run -it -ePORT=8080 -p8080:8080 sample-node

Run on Cloud Run:

Run on Google Cloud