Fixed lint

Change-Id: Icd6ef28d01feaede359e6e70f1d632037dcbabca
3 files changed
tree: 780fe16919f3f15e9c4a0399e3a91eaf64ddaf69
  1. .dockerignore
  2. .editorconfig
  3. .gitattributes
  4. .gitignore
  5. .gitreview
  6. .yo-rc.json
  7. Dockerfile
  8. README.md
  9. conf/
  10. gulp_tasks/
  11. gulpfile.js
  12. package.json
  13. src/
  14. tsconfig.json
  15. tslint.json
  16. typings.json
  17. typings/
README.md

XOS GUI

Development

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

Configuration

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)