Local Frontend
The frontend is built using Angular with typescript variant
After the project is cloned, ensure that node js and angular cli is on your system path, cd to web-client/src/main/starter and run the command
npm install
this will install all dependencies in package.json.
To start the frontend server run
ng serve