- Clone repository
- Install node.js from https://nodejs.org
- Run
npm install
from the project directory - Install Angular CLI
npm install -g @angular/cli
- Run
ng serve --open
from the project directory
Notes:
- See
Front end developer.docx
for test instructions; - Date picker in the form is the default HTML5 datepicker, the browser support is as defined on MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date#Browser_compatibility