Link Shortener written in ASP.NET 6 MVC and TypeScript
.Net, npm is required for this to work
Clone this repository and create "Database" folder in project directory
mkdir LinkShortener\DatabaseRun this command
npm installBuild Typescript/CSS with Webpack (npm script included)
npm run buildCompile and execute application
dotnet run