commit | 035c593b003a5015e9cfa3b9d05c951ace550d80 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 09:55:15 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 12:13:03 2016 -0800 |
tree | 5d1173e3b98d05aff6272022e5ee70ab3ec412e0 | |
parent | 9f87f3097125342817f376872aea1d16ad003964 [diff] |
Creating Stores and using Observables Change-Id: I214692e64df065beaddee0e0ec8759de540c269d
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
)