-
Notifications
You must be signed in to change notification settings - Fork 9
Build UI local execution
alexanderheimann edited this page Jun 11, 2018
·
3 revisions
- Node.js (version 4 or higher)
- Bower v1.7.9
- Install Node.js: https://nodejs.org/en/download/package-manager/
npm install -g bower
cd $PROJECT_ROOT/rest_service/src/main/resources/static/
bower install
(These are resolved by bower)
"angular": "~1.4.0",
"angular-route": "~1.4.0",
"jquery": "1.9.1 - 2",
"bootstrap": "~3.3.0",
"leaflet": "^0.7.7",
"ui-leaflet": "^1.0.0",
"angular-ui-layout": "^1.4.2"
- needed to prevent SOP error, see stackoverflow
- solved by using a local http server like mentioned here: stackoverflow answer
python -m SimpleHTTPServer