thanhxuanhd / TodoBlazor

Project build application using Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoBlazor

Project build application using Blazor and Web API. The code will using Docker Container for host to application.

Required

  • Dotnet core latest version, refer from version 5.0
  • Docker desktop
  • Nodejs
  • Visual Code or Visual Studio 2019 latest version

How to run application

In windows

  1. Run command
docker-compose build
docker-compose up

OR Using Visual Studio 2019

In Linux (Ubuntu)

  1. Add host.docker.internal to hosts and mapping it to current machine
docker run -it --add-host=host.docker.internal:host-gateway alpine cat /etc/hosts
  1. Run command
docker-compose build
docker-compose up

Go to address

Run by Tye command

  1. Install Tye command at link

  2. Go to folder cointain file tye.yaml

  3. Open command or powershell. Run the command as below:

tye run
  1. Go to address

Acess to application

About

Project build application using Blazor

License:MIT License


Languages

Language:C# 80.4%Language:HTML 18.2%Language:Dockerfile 0.7%Language:CSS 0.5%Language:JavaScript 0.2%