blob: a56fda6e7f8fde624a48ec9372501e8ed525d7c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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](https://github.com/yeoman/generator-angular)
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.
|