https://estoualer.dev website code.
- Install .NET SDK 8:
winget install --exact --id Microsoft.DotNet.SDK.8
- Install EditorConfig extension:
code --install-extension editorconfig.editorconfig
- Install C# Dev Kit extension:
code --install-extension ms-dotnettools.csdevkit
- Restore the dependencies:
dotnet restore
- Build the project:
dotnet build
- (Optional) Start the project:
dotnet watch run
- (Optional) Open http://localhost:4201