commit | d58d504e9f8733d26aca59d77787247b9d1578fc | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Dec 16 16:59:21 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Dec 16 17:18:46 2016 -0800 |
tree | 0b09ac17b2fcd6feb6a03e2a01f315cd8eec154f | |
parent | a4a47112ac827905fff860b4d68afa1baea3c83a [diff] |
Formatting labels Change-Id: I131f27f2f6fcd5cd76f4fbc13c632f7cd1aa17d0
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
)