Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 967 Bytes

README.adoc

File metadata and controls

30 lines (17 loc) · 967 Bytes

website

website

For tasks use the github issues. If someone wants a task please message your leader : Nayden ([email protected]), Ivan ([email protected]), Martin([email protected])

react

webui related stuff

Installation

  • install npm (brew install npm, apt install npm, pacman -S npm)

  • install npm install yarn (npm install yarn)

We use eirslett’s maven plugin to build the front end.

We use mvn frontend:install-node-and-npm to install project specific versions of npm and node. This is bound to generate-resources phase.

IntelliJ 15 has mvn <3.1, we require >3.1. So install maven separately.

mvn clean install

mvn tomee:run

Open localhost:8080

You should see as hello world from a react component running on tomee.