From 8f29708bd82255aa5d510db9695719ca4a23a0b6 Mon Sep 17 00:00:00 2001 From: nova Date: Sun, 31 May 2020 05:51:15 +0000 Subject: [PATCH] --- Building.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Building.md diff --git a/Building.md b/Building.md new file mode 100644 index 0000000..054e33d --- /dev/null +++ b/Building.md @@ -0,0 +1,13 @@ +# Building + +From the root of the project, do +```bash +./mvnw package +``` +This will build the frontend in dev mode. \ +Once done, the jar file will be available in the target directory. + +To build the frontend in production mode, it is necesarry to pass an argument to grunt - +```bash +./mvnw -DgruntArg=prod package +``` \ No newline at end of file