Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 859 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 859 Bytes

Suiran Shop System

CI/CD

This is accounting system for the school festival (customer side), built on Blazor WebAssembly.

Technology

  • Framework: Blazor wasm (.NET8)
  • Syntax: Razor (HTML + CSS + C#)

How to develop this application

  1. Install .NET CLI

  2. Install wasm-tools

    $ dotnet workload install wasm-tools
  3. Move to target directry

    $ cd suiran
  4. Build this application

    $ dotnet watch run
  5. Access on your browser
    Local Host: http://localhost:5291

License

Licensed under the MIT license.