From 3badd6173dd083d8df2a4aba3d0ecab8fc3d104f Mon Sep 17 00:00:00 2001 From: VLE2FE Date: Mon, 7 Sep 2020 10:16:17 +0200 Subject: [PATCH] updated README --- README.md | 8 ++++++++ package.json | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d58b3..503c4e5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 2b41b23..e2e7f0e 100644 --- a/package.json +++ b/package.json @@ -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,