Skip to content
Schaaf, Martin edited this page Aug 16, 2016 · 7 revisions

Requirements

  • node and npm (we recommend node v0.12.4 and to use nvm)

Preperation

You need to have node installed on your system. Run npm install in the ui sub project.

You can shorten this by calling gradle setupUiDevin the root folder. This task combines all these steps.

Build UI

We use npm to build and while developing the UI. To prepare the UI use the grunt default task. npm run build in the UI sub modules.

Dev UI

While developing UI use npm run dev to start a tmp server which will serve the source files.

Clone this wiki locally