This project was generated with Angular CLI version 6.0.8.
Run ng serve
for a dev server. Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
The stasis api client module must be build first using ng build stasis
.
Run ng test
to execute the unit tests via Karma.
Run ng test stasis
to run the tests for the stasis api client. These tests require the STASIS_API_TOKEN
environmental variable to be set or, alternatively, to be defined in a .env
file in the project root.
Run ng e2e
to execute the end-to-end tests via Protractor.