commit | 5b0dcc0307ff823c49b07b22d04e0cd4b7cb9f31 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 08 11:00:07 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 08 11:00:07 2016 -0800 |
tree | 0d775165a2ca99c3ca52489c09ae36689cb695e3 | |
parent | 40f8fa94fba7471583014f2ab01a3807557b44eb [diff] |
Moved spec files to external folder Change-Id: Idf6489dd0e385764c17e5d9b1b831d7d9fae448c
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
)