Install todoApp_be repository first
Go to www/todoApp folder previously generated
clone repository git clone https://github.com/atlkuk/todoApp_fe.git
into todoApp folder in www directory
move into todoApp_fe folder and run npm install
configure todoApp_fe/src/shared/app.globals.ts file
...
readonly baseAppUrl: string = 'http://localhost/todoApp/todoApp_be/public/api/';
...
into todoApp_fe folder run ng serve -o
go to http://locahost:4200/ and all it's done!!