Skip to content

NUlliiON/UltralightBlazorExperiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

UltralightBlazorExperiment

Step 1

git clone https:/NUlliiON/UltralightBlazorExperiment

Step 2

build & run BlazorServerForUltralight

Step 3

for SuperBrowser project run cmd: dotnet publish -r win-x64

Step 4

in your SuperBrowser project publish folder create a folder named assets, in this folder create a file named index.html and write the following html code:

<html>
    <head>
        <meta http-equiv="refresh" content="0; url=http://localhost:5000" />
    </head> 
</html>

Step 5

in your SuperBrowser publish folder run SuperBrowser.exe

DONE

After completing steps you will see your Ultralight browser with a fully functional blazor server app :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published