martasp / BlazorLiveReload

BlazorLiveReload
143 stars 14 forks source link

/preview address is empty #8

Open maciekkukuczka opened 4 years ago

maciekkukuczka commented 4 years ago

Hi, if I go to https://localhost:5001/preview, site is empty.

image

Rider 2019.3

smcleod77 commented 4 years ago

I am experiencing the same thing

image

smcleod77 commented 4 years ago

Actually... i figured out what i was doing wrong... first off... you have to run it from command line... goto project directory and use "dotnet run"... second.. .after navigating to /preview ... you must make a change in a razor file... and whatever razor file you change... /preview will automatically update with the new changes... hope this helps someone else, as it wasn't completely apparent at first... at least not to me! :)

maciekkukuczka commented 4 years ago

Unfortunately, it still doesn't work for me... :(

Acmion commented 4 years ago

Navigate to "/preview.html". You will have to manually update the page, but at least the whole project does not need to be built.