Skip to content

csantanapr/ato-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for All Things Open 2021

Slides

You can download at bit.ly/ato2021-nodejs

Prerequisites

See DEVOPS.md to setup minikube

Knative

start app in cluster for dev and debug

npm run dev

Open knative service on the browser

open http://localhost:8080

Make a change to src/index.js and refresh browser, attach debugger with vscode or any nodejs debugger and set a brake point, refresh the browser again.

(Optional) Deploy the App on IBM Code Engine

Follow the tutorial Building your first container image from source code

(Optional) Kubernetes

start app in cluster for dev

npm run kube-dev

start app in cluster for debugging

npm run kube-debug

To find more options run npm run

About

All Things Open 2021 demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published