Web Frontend
Development process is managed by Node.js.
# Project setup
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
Sources of web frontend are in folder web_src
and compile to folder webcontent/admin2
.
Files in folder webcontent
are served for the web frontend and are frontend source for package creation.