BobFrankston
BobFrankston

Reputation: 61

Is there a visual studio template for creating client side typescript apps without asp.net et al

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

Answers (1)

libertyernie
libertyernie

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

Related Questions