Skip to content

kacperstodolak/snowball

 
 

Repository files navigation

Cloud Bowl Sample - Scala Node.js

To make changes, edit the web.js file.

Run Locally (Dev):

npm install
npm run start

Deploy:

Run on Google Cloud

Containerize & Run Locally:

export PROJECT_ID=YOUR_GCP_PROJECT_ID
pack build --builder=gcr.io/buildpacks/builder gcr.io/$PROJECT_ID/cloudbowl-samples-nodejs
docker run -it -ePORT=8080 -p8080:8080 gcr.io/$PROJECT_ID/cloudbowl-samples-nodejs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%