From 40c79f5d7cec764d944889143e52898f12687059 Mon Sep 17 00:00:00 2001 From: Febbweiss Date: Fri, 14 Apr 2017 16:19:44 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dddecad..8a477b3 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ There are 3 profiles : To launch this project, just use the following command line : In development mode : +``` mvn clean spring-boot:run npm run watch - +``` In production mode : +``` mvn clean spring-boot:run -P production - +``` Without a profile, you have to run the webpack watcher to deliver client resources. With the _production_ profile, no needs to launch the wepback watcher. ## Configuration