Go to file
XiCoN-Luan 9169ceea9f [TASK] Add IDE folder to ignore 2020-04-16 01:10:07 +02:00
dist [TASK] Add info for maxmind 2020-04-16 01:05:46 +02:00
src [TASK] Add info for maxmind 2020-04-16 01:05:46 +02:00
.babelrc.js Restructure project tree 2019-11-20 22:45:03 +01:00
.gitignore [TASK] Add IDE folder to ignore 2020-04-16 01:10:07 +02:00
README.md [DOC] Add mini installation guide 2019-11-20 23:05:07 +01:00
package-lock.json [TASK] Add info for maxmind 2020-04-16 01:05:46 +02: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