Go to file
XiCoN-Luan- 1910723990 [TASK] Test 3 2019-12-10 01:26:21 +01:00
dist [TASK] Test 3 2019-12-10 01:26:21 +01:00
src [TASK] Test 3 2019-12-10 01:26:21 +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 [TASK] Testing safari xhr behavior 2019-12-10 01:17:27 +01:00
package.json [TASK] #3 Change overflowing spinner - [FIX] Reload - set active bug 2019-12-08 21:19:41 +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