Webinterface for the geco/BASS project.
The same reasons its server project has but of course we want to provide our users with a nice gui and not just the raw api.
This being a website it can be run over any webserver (nginx or apache jus to name some).
To compile the typescript you want to run ng build -prod
(requires angular-cli) or use the pre-built
version on Jenkins.
All of this uses the angular-cli, so if any more help is needed use ng help
or go check out the Angular CLI README.