commit | ee655a1d6c301f53372de6f5b7686f814ecae01a | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 19 15:38:43 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 20 13:17:56 2016 -0800 |
tree | 58817fe0a85b07b2dc2bdfec6b9d7ff3c0d5163a | |
parent | e0d71ea78d5f7dd6662946d0539af451da6c6c83 [diff] |
Basic form Change-Id: I7ee858b208730b110b355d3f72037f0975aaa356
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
)