Run Locally:
- Install Node
- Install Node modules
npm install
- Start the server:
npm run start
- 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: