This is the frontend to ithubbs.de
-
build:
[cf. https://github.com/nvm-sh/nvm] [nvm install node # "node" is an alias for the latest version]
npm install
-
run:
[npm install -g @angular/cli]
ng serve
-
frontend available at localhost:4200
-
Open terminal in project root
-
Transpile TypeScript to JavaScript, write to to dist-folder:
ng build --output-path dist\ithubbs\public --configuration=test
-
Login to PCF
cf login -a api.run.pivotal.io
-
Push from dist-folder (where index.html is)
cd dist\ithubbs cf push -f ..\..\manifest_test.yml