Web application for company registration.
./build-prod.sh
./run.sh
Visit the app at localhost:8080
Build and run the main server
./build-dev.sh
./run.sh
Run devel webpack server which forwards API requests to the main server
cd web/src/main/frontend
yarn install
yarn build-css # run again when changing scss/less files only
yarn start