Skip to content

ConchbrainClub/MixApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MixApp

Build

MixApp web app, powered by blazor

yarn # OR npm install
mv ./node_modules/ ./MixApp.Web/wwwroot/lib

wget https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh -v 8.0.302
rm dotnet-install.sh

dotnet workload restore
dotnet restore
dotnet watch run --project MixApp.Web/ixApp.Web.csproj