Skip to content

sjjj986/samplenodeapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%