Blazor wasm application for [http://www.galerierenovation.com].
- NodeJS tools (https://nodejs.org/)
- .NET 6 tools (https://dot.net/)
- Libman tools (https://docs.microsoft.com/en-us/aspnet/core/client-side/libman/)
- Restore bootstrap with libman
- Restore NPM packages (In Visual Studio Solution Explorer, right-click
packages.json
file and click onRestore packages
command) - Build SCSS with Grunt (With Visual Studio Task Runner Explorer)
Use dotnet build -c {CONFIGURATION}
command.
Where
{CONFIGURATION}
isDebug
orRelease