Frontend for RemindMe! built with Angular 5 & Angular Material, served through a nginx Docker container.
Make sure you have angular-cli installed (npm install -g @angular/cli) and then run npm install into the project folder.
Run ng serve.
Run ng test --code-coverage.
For mutation testing npm run stryker.
Run ng build to build the fontend into the dist folder.
If you want to build the final Docker image, you can do a maven build running mvn clean package (you need to have Docker installed and running).