This may be for several reasons, firstly you do not update the browser cache when the page is reloaded, this is a common situation that leads to these kind of problems, the solution is to disable caching, and second, you need to make sure that the server is running in npm development mode run serve (or yarn serve if using Yarn), or you can create a project again to check if this hot reload works.
Good Luck!