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,