commit | 5e5c12be07fdb70407dd0365ebb92b1b809162a0 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 05 16:17:52 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 05 16:17:52 2016 -0800 |
tree | 780fe16919f3f15e9c4a0399e3a91eaf64ddaf69 | |
parent | 43ffb67f3341bab029f437d2b7927f74e073c1fa [diff] |
Fixed lint Change-Id: Icd6ef28d01feaede359e6e70f1d632037dcbabca
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
)