commit | 52fa5cbc7d9d18bc05b1ba395b792bccbe455500 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Dec 16 10:06:13 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Dec 16 10:06:13 2016 -0800 |
tree | 0b1b03bc605f32485ff04f542b24a89d6f322d66 | |
parent | 5655bdcf7b61a8b3a492547083e6d0e81d0c2dfe [diff] |
Added Header tests Change-Id: I331f9d1f2f65317e2af59b64fd389e7034dc3a3f
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
)