/cxbox-code-samples

Primary LanguageTypeScriptApache License 2.0Apache-2.0

code-samples

login: demo, password: demo

Prerequisites:

  • java 17
  • maven 3.6+
  • node.js 18+
  • yarn installed globally (npm install -g yarn / sudo npm install -g yarn)
  • git
  • docker
  • docker-compose

Getting started with docker

  • install dependencies and build front-end
mvn clean install -PUI
  • start environment
docker-compose up -d
  • run application
press green button in Application.java