fabric-samples/full-stack-asset-transfer-guide/applications/frontend
Josh Kneubuhl 4c656f6215 Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-11-09 13:14:04 -05:00
..
screenshots Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
src Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
.browserslistrc Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
.editorconfig Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
.gitignore Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
angular.json Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
Dockerfile Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
karma.conf.js Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
package.json Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
README.md Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
tsconfig.app.json Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
tsconfig.json Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00
tsconfig.spec.json Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 2022-11-09 13:14:04 -05:00

local build

npm install npm start

k8s deployment Step-1 Prodction build ng build Step-2 Build docker image & tag docker build -t localhost:5000/frontend . Step-3 Push image to local registary docker push localhost:5000/frontend Step-4 deploy to k8s kubectl apply -f deployment.yaml -n test-network

Step-5 Navigate to frontend using below url https://frontend.localho.st/