1
0

Imperial Recruitment

This is a project I made for fun in Blazor. It is a recruitment and activity portal for Star Wars storm troopers. This project is in no way affiliated with LucasArts or Disney.

Commands

  • mkdir ImperialRecruitment

  • cd ImperialRecruitment/

  • dotnet new sln -n ImperialRecruitment

  • dotnet new blazor -o IR.Blazor --auth Individual

  • dotnet new classlib -o IR.Data

  • dotnet new classlib -o IR.Domain

  • dotnet sln ImperialRecruitment.sln add IR.Blazor/IR.Blazor.csproj

  • dotnet sln ImperialRecruitment.sln add IR.Data/IR.Data.csproj

  • dotnet sln ImperialRecruitment.sln add IR.Domain/IR.Domain.csproj

Description
No description provided
Readme MIT 844 KiB
Languages
HTML 70.2%
C# 23.9%
CSS 5.3%
Dockerfile 0.6%