adding the dcae dt code

Adding DCAE-dt code

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