A simple landing written in ASP.NET 6 MVC and TypeScript
.Net, npm is required for this to work
Clone this repository and run this command
npm installBuild Typescript/CSS with Webpack (npm script included)
npm run buildCompile and execute application
dotnet run