| commit | e0d71ea78d5f7dd6662946d0539af451da6c6c83 | [log] [tgz] |
|---|---|---|
| author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 19 11:56:12 2016 -0800 |
| committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 19 12:01:21 2016 -0800 |
| tree | ce0312f2fbb6b6e9aff7707ccda16e5965ed0b0b | |
| parent | d58d504e9f8733d26aca59d77787247b9d1578fc [diff] |
Added child routes, and config defined routes Change-Id: I61c5a49a330a63737312d1eb6077aab02236a44f
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)