Dinamically generate views for CORE Models

Change-Id: Ib1d042f366f916c2ba8513ee62014e7256ceb53d
22 files changed
tree: 3ab10f8769ff7ac4ff4dbcd00b01c57fe8b19d76
  1. .dockerignore
  2. .gitattributes
  3. .gitignore
  4. .gitreview
  5. Dockerfile
  6. README.md
  7. conf/
  8. gulp_tasks/
  9. gulpfile.js
  10. package.json
  11. src/
  12. tsconfig.json
  13. tslint.json
  14. typings.json
  15. typings/
README.md

XOS GUI

This is the new XOS UI

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)