commit | c719e7902370fb12c43393d660433036a3e0f48d | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 15:48:31 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 15:51:05 2016 -0800 |
tree | 86f6101303c2392cb1bd525235d6ac06d42cce07 | |
parent | 63e43eb75fac81d3fa5815433cf291f1b8def4b1 [diff] |
Added notification readed status Change-Id: I1ba84a34988d53888977d38aba32d7a1a6aa8282
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
)