Go to file
XiCoN-Luan 6e88a76bac Merge branch 'feature/new_design' into play_ground
# Conflicts:
#	dist/main.js
#	package-lock.json
#	package.json
#	src/StatusBox.vue
#	src/StatusBoxContainer.vue
2020-04-16 00:33:17 +02:00
dist [TASK] #3 Change overflowing spinner - [FIX] Reload - set active bug 2019-12-08 21:19:41 +01:00
src [TASK] #3 Change overflowing spinner - [FIX] Reload - set active bug 2019-12-08 21:19:41 +01:00
.babelrc.js Restructure project tree 2019-11-20 22:45:03 +01:00
.gitignore [TASK] Exclude IDE folder 2020-04-16 00:32:26 +02:00
package-lock.json [TASK] #3 Change overflowing spinner - [FIX] Reload - set active bug 2019-12-08 21:19:41 +01:00
package.json [TASK] #3 Change overflowing spinner - [FIX] Reload - set active bug 2019-12-08 21:19:41 +01:00
README.md [DOC] Add mini installation guide 2019-11-20 23:05:07 +01:00
webpack.config.js [TASK] #3 Fix overflow icon - redesign application 2019-12-08 12:15:27 +01:00

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