Front End client application for the Java microservice.
- Create a new branch and commit your changes to that branch.
- When you are ready to merge, do a rebase against master to put your commits at the end.
- Create a Pull Request for your branch.
- A minimum of one approval is necessary to merge your pull request.
npm install
npm run serve
npm run build
npm run test
npm run lint