Calipsoplus / calipsoplus-frontend

CalipsoPlus, angular frontend
MIT License
2 stars 6 forks source link

Update frontend documentation following testing feedback #35

Open dsanchez-cells opened 5 years ago

dsanchez-cells commented 5 years ago

Changes to apply so far:

aicampbell commented 5 years ago

This already exists in development. When I try to install it, I have to modify angular.json to this: serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { "browserTarget": "calipsoplus-app:build", "port": 80, "host": "localhost" },

By default, the host is calipso-frontend which doesn't.