Go to file
JR f0b4188749 [DOC] Add mini installation guide 2019-11-20 23:05:07 +01:00
dist Restructure project tree 2019-11-20 22:45:03 +01:00
src [CLEANUP] Change misspelled variable 2019-11-20 22:49:28 +01:00
.babelrc.js Restructure project tree 2019-11-20 22:45:03 +01:00
.gitignore Restructure project tree 2019-11-20 22:45:03 +01:00
README.md [DOC] Add mini installation guide 2019-11-20 23:05:07 +01:00
package-lock.json Restructure project tree 2019-11-20 22:45:03 +01:00
package.json Restructure project tree 2019-11-20 22:45:03 +01:00
webpack.config.js Restructure project tree 2019-11-20 22:45:03 +01:00

README.md

xtr-improved-frontend

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