commit | 8b9f1647ff6a8edea84da39ca6c99bb9a67ed837 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 05 17:08:26 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 05 17:28:37 2016 -0800 |
tree | 153d77314780463ef0282e44dd3d8f0d510b60fe | |
parent | 5e5c12be07fdb70407dd0365ebb92b1b809162a0 [diff] |
Added logout Change-Id: I1c01af0c2575e56b795514d5af56bd0fbe4f3133
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
)