Go to file
XiCoN-Luan eb63fb3576 [TASK] Add info for maxmind 2020-04-16 01:00:46 +02:00
dist [TASK] Add info for maxmind 2020-04-16 01:00:46 +02:00
src [TASK] Add info for maxmind 2020-04-16 01:00:46 +02: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
README.md [DOC] Add mini installation guide 2019-11-20 23:05:07 +01:00
package-lock.json [TASK] Rebuild package-lock.json 2020-04-16 00:46:41 +02:00
package.json [TASK] #3 Fix overflow icon - redesign application 2019-12-08 12:15:27 +01:00
webpack.config.js [TASK] #3 Fix overflow icon - redesign application 2019-12-08 12:15:27 +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