commit | 44b7d6bf01f2bdfac04221344853bc602f7a64a2 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 08 13:48:01 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 08 13:48:01 2016 -0800 |
tree | e983348ca71247251ccb7275ea18a6ede51a8682 | |
parent | 5b0dcc0307ff823c49b07b22d04e0cd4b7cb9f31 [diff] |
xos-table component with minimal configuration Change-Id: If1af35fcb30556c5ca34ffeb2b6e2b11fc87ffae
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
)