adding the dcae dt code

Adding DCAE-dt code

Change-Id: Ia349ec9fcec2820cb81695144b59a3a557d7a0d4
Issue-ID: SDC-1614
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
7 files changed
tree: 6caf0f08be05b10f8903a5f099c5dcca7f945fa1
  1. __test__/
  2. app/
  3. docker/
  4. src/
  5. test/
  6. .editorconfig
  7. .gitignore
  8. .maven-dockerignore
  9. bower.json
  10. deploy.sh
  11. Gruntfile.js
  12. package-lock.json
  13. package.json
  14. pom.xml
  15. README.md
  16. run.sh
  17. webpack.config.js
README.md

DCAE Designer FE

Java

Build

Server: mvn clean install –Pserver

Local: mvn clean install -Plocal

Run

mvn -Plocal spring-boot:run

Build and Run locally

mvn clean install -Plocal spring-boot:run

Javascript

This project is generated with yo angular generator version 0.15.1.

Setup

After cloning project execute the following commands in the project directory:

  1. npm run setup

Build & development

Run npm run build for building and npm run run-local for preview.