.NET Exercise

Dependencies

Install .NET SDK 6.0 and the dotnet CLI

Add Package Repository

wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb 

sudo dpkg -i packages-microsoft-prod.deb

Update Package Repository List

sudo apt update

Install .NET SDK 6.0 and dotnet CLI

sudo apt install dotnet-sdk-6.0

Clone React Build Artifacts:

Clone the following repository to the home directory:

git clone https://github.com/LaunchCodeTechnicalTraining/dotnet-techjobs-mvc-artifacts

How do you deploy the dotnet-techjobs-mvc project using Caddy?

Click Here for Answer