@kdex-tech/sample-app-3
v0.0.1
Published
A simple KDex app using @kdex-tech/ui AppBridge mixin and Lit
Readme
Sample App 3
A simple KDex app using @kdex-tech/ui AppBridge mixin and Lit
To deploy this app to a cluster
- Publish it to an NPM registry
npm publish --access public- Apply the kdexapp.yaml file to your cluster:
kubectl apply -f kdexapp.yamlTo undeploy this app, delete the kdexapp.yaml file from your cluster:
kubectl delete -f kdexapp.yaml