DEV Community

Discussion on: Simple Weather App With Google Maps Using Blazor Server, HttpClient and Radzen Components

 
devhammed profile image
Hammed Oyedele

Can you provide the steps?

Thread Thread
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

I will, later today (CET), for now I have still some work to do.

Thread Thread
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast • Edited

So

  1. instal browsersync globally with yarn
  2. turn on your blazor app with dotnet watch run
  3. navigate into you project folder with the terminal and run ` browser-sync start "--proxy localhost:3000/ " --files '*/.razor, */.css, */.cs, */.scss !./bin, !./obj' localhost:3000/ represent the blazor app url
  4. open the browsersync management link in the terminal, copy the javascript from browser sync code into the html file in your wwwroot
  5. open your blazor app in the browser

thats the first time setup every other time just run the dotnet watch run command and the browsersync command in a second terminal.

Thread Thread
 
devhammed profile image
Hammed Oyedele

Thank you so much ✊✊✊

Thread Thread
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

no problem, have a nice day ;)