-
Notifications
You must be signed in to change notification settings - Fork 4
Schaaf, Martin edited this page Aug 16, 2016
·
7 revisions
- node and npm (we recommend node v0.12.4 and to use nvm)
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.
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.
While developing UI use
npm run dev
to start a tmp server which will serve the source files.
