Hi @hybrisad
I've downloaded the project you suggested, and everything seems to be working as expected. So, it looks like there may be some confusion.
As the configuration shows, the files being watched by the live server are those under "ui.frontend/src."
The associated SCC file for the title component looks like this

And even if you edit this file, changes are being reflected:

So the issue may be related to which files you are trying to edit.
Hope this helps.
Hi Esteban
anyway i solved it like this
npm install npm-run-all --save-dev
then i run npm run watch and it works