aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a56fda6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.