This is accounting system for the school festival (customer side), built on Blazor WebAssembly.
- Framework: Blazor wasm (.NET8)
- Syntax: Razor (HTML + CSS + C#)
How to develop this application
-
Install wasm-tools
$ dotnet workload install wasm-tools
-
Move to target directry
$ cd suiran
-
Build this application
$ dotnet watch run
-
Access on your browser
Local Host: http://localhost:5291
Licensed under the MIT license.