SimYunSup / PUSH_SERVER_WEB

Client of PUSH Server for Blazor WASM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PUSH_SERVER_WEB

This Repository is made for FrontEnd for push server.

Start with Blazor WASM!

This FrontEnd has made with Blazor + TS. For Blazor WASM practice, technology stack was chosen as Blazor WASM + TS.

Based on this repository and this presentation

How To Start

  1. Install .NET 6.0 and nodejs 16.x and yarn
  2. Add appsettings.json in PUSH_SERVER_WEB/wwwroot
    {
       "BaseAddress": ""
    }
  3. Put value of BaseAddress(if you don't have, it starts with FakeBackEndHandler).
  4. Start command dotnet watch run.

About

Client of PUSH Server for Blazor WASM.

License:MIT License


Languages

Language:C# 44.0%Language:HTML 39.0%Language:CSS 9.6%Language:TypeScript 4.9%Language:JavaScript 2.3%Language:SCSS 0.3%