kronos-service-manager-ui
v1.3.2
Published
administration ui for kronos
Downloads
5
Readme
Kronos-service-manager-ui
Installation
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
Running / Development
ember server --proxy http://localhost:10001/
- Visit your app at http://localhost:4200.
- kronos api running at http://localhost:10001.
Running Tests
ember test
ember test --server
Building
ember build
(development)ember build --environment production
(production)