There was an error while loading. Please reload this page.
You need to have node installed on your system. Run npm install in the ui sub project.
node
npm install
You can shorten this by calling gradle setupUiDevin the root folder. This task combines all these steps.
gradle setupUiDev
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.
npm
grunt
npm run build
While developing UI use npm run dev to start a tmp server which will serve the source files.
npm run dev