commit | 63e43eb75fac81d3fa5815433cf291f1b8def4b1 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 14:18:53 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 14:43:30 2016 -0800 |
tree | bef3ef1a007e9747b01762ad7c1cd4b7d96556a5 | |
parent | 035c593b003a5015e9cfa3b9d05c951ace550d80 [diff] |
Showing synchronizer notification Change-Id: Ibc0ef77471026b48fa2e0a577adde9e43dde2a10
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
)