commit | a8a6fbb2cb8b85fa23b20f9a9a1f24c8d804261f | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 21 16:59:08 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 21 17:44:55 2016 -0800 |
tree | 266b9123f9368eaa616552dabc9df2a1acfca0f1 | |
parent | 99fface296fa28a06cf394b7cb268d486231f2b5 [diff] |
Added logout Change-Id: If09690e089976244ded58a27b1f35a3a850ae2d1
This is the new XOS UI
This application can be executed on your system as long as you have NodeJs
version 4 or higher.
To start de development environment use: npm start
There are two configuration file available in the application, and they depend on the environment. You can find the various possibilities in conf/app
, and they regard application constants, such as apiEndpoint
, or branding elements, such as projectName
.
To load a different configration file you can use two environment variables:
NODE_ENV
: to configure the app constants (eg: dev
, production
)BRAND
: to configure style constants (eg: cord
, opencloud
)