From f0b41887494ae178836be5cec87b4973002db3df Mon Sep 17 00:00:00 2001 From: JR Date: Wed, 20 Nov 2019 23:05:07 +0100 Subject: [PATCH] [DOC] Add mini installation guide --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0182101..a68dda1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # xtr-improved-frontend -This is the improved frontend/webgui for xtr. \ No newline at end of file +This is the improved frontend/webgui for xtr. + +## Install / Build guide +Install all needed node packages - `node_modules` folder will be created +``` +$ npm install +``` +To build final sources for production environment in `dist` folder +``` +$ npm run build +``` +Running app in development mode - accessible under http://localhost:8080/ +```` +$ npm run serve +```` \ No newline at end of file