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.