commit | 40f8fa94fba7471583014f2ab01a3807557b44eb | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 07 09:21:35 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 08 10:19:05 2016 -0800 |
tree | 9f4535d503b54576530dc23e702e1ee91387465d | |
parent | 0f77c50d7c2f2990b0e6aa59d70c6af213935da9 [diff] |
Added slices Change-Id: I9dfaa9348fa82da844a04c0c2a58ce07e9fa3a28
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
)