To build the Typescript files, you must run etiher the built command (for debug) or the release command (for release)
npm run build
npm run releaseAfter that, you can either use Visual Studio and IIS Express to serve the website, or use
dotnet run