Merge pull request #38 in ~VLE2FE/definma-ui from development to master

* commit '3badd6173dd083d8df2a4aba3d0ecab8fc3d104f':
  updated README
This commit is contained in:
Veit Lukas (PEA4-Fe) 2020-09-07 10:17:04 +02:00
commit 1bafb21f5c
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,