Reputation: 61
I want to create a client side app (AKA a website) without server side be it in Node or ASP.net. Right now I do it by creating a ASP.NET and ignoring all the C# and that is problematic.
Upvotes: 2
Views: 581
Reputation: 2686
Visual Studio 2015 used to have a template for an HTML application with TypeScript. For VS2017 you can get it from here:
https://marketplace.visualstudio.com/items?itemName=Rich-Newman.TypeScriptHTMLApplicationTemplate
Upvotes: 3