You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
XiCoN-Luan 9169ceea9f [TASK] Add IDE folder to ignore 3 years ago
dist [TASK] Add info for maxmind 3 years ago
src [TASK] Add info for maxmind 3 years ago
.babelrc.js Restructure project tree 3 years ago
.gitignore [TASK] Add IDE folder to ignore 3 years ago
README.md [DOC] Add mini installation guide 3 years ago
package-lock.json [TASK] Add info for maxmind 3 years ago
package.json [TASK] #3 Change overflowing spinner - [FIX] Reload - set active bug 3 years ago
webpack.config.js Restructure project tree 3 years ago

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