2
Fork 0

updated README

This commit is contained in:
VLE2FE 2020-09-07 10:16:17 +02:00
parent c38d0be457
commit 3badd6173d
2 changed files with 8 additions and 1 deletions

View File

@ -5,6 +5,14 @@ This is the Angular front end for the DeFinMa web page hosted on the BIC at
A deep insight into the project structure can be gained in the
[Bachelor Thesis](https://definma.apps.de1.bosch-iot-cloud.com/assets/docs/Veit-Lukas_Bachelor-Thesis.pdf).
## Building
`npm start` Start local development server
`npm run build` Build UI into `dist` folder
`npm run build-push` Build UI and push to BIC. You must be logged in with the `cf` tool for this command to work.
## Bosch styled components
Bosch styled Angular components were added following

View File

@ -10,7 +10,6 @@
"lint": "ng lint",
"e2e": "ng e2e",
"coverage": "ng test --no-watch --code-coverage",
"api": "cd C:\\Users\\vle2fe\\Documents\\Code\\API && node dist\\index.js",
"bundle-report": "ng build --prod --aot --stats-json && webpack-bundle-analyzer dist/UI/stats-es2015.json"
},
"private": true,