Skip to content

Latest commit

 

History

History
 
 

sample-node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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