Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 606 Bytes

File metadata and controls

26 lines (21 loc) · 606 Bytes

Sample Node

Run Locally:

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

Run on Google Cloud