Add missing version properties file

Add missing version properties file

Change-Id: I8e517a93f7bbd6a7cbafda820b1864af81a17a5a
Issue-ID: SDC-1648
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
1 file changed
tree: 6fd7ba5fc9372c13fff7f1cc8ed4f37a872e0ee6
  1. __test__/
  2. app/
  3. docker/
  4. src/
  5. test/
  6. .editorconfig
  7. .gitignore
  8. .maven-dockerignore
  9. bower.json
  10. deploy.sh
  11. Dockerfile
  12. Gruntfile.js
  13. package-lock.json
  14. package.json
  15. pom.xml
  16. README.md
  17. run.sh
  18. version.properties
  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.