commit | 99fface296fa28a06cf394b7cb268d486231f2b5 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 21 15:37:23 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 21 15:38:11 2016 -0800 |
tree | 202da2f10de8b0719e3a63a763250b52330bab29 | |
parent | 266907e30749fd80806f42e23b9d18098442741e [diff] |
Styling favicon and login background Change-Id: I4067985daa063575ac371ba39dbdbeceff3eae50
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
)