Skip to content

thanhxuanhd/TodoBlazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages